src/HOL/ex/Interpretation_with_Defs.thy
author huffman
Fri, 21 Oct 2011 08:42:11 +0200
changeset 45224 b1d5b3820d82
parent 41582 c34415351b6d
child 46950 d0181abdbdac
permissions -rw-r--r--
add HOL/ex/Simproc_Tests.thy: testing for Tools/numeral_simprocs.ML

(*  Title:      HOL/ex/Interpretation_with_Defs.thy
    Author:     Florian Haftmann, TU Muenchen
*)

header {* Interpretation accompanied with mixin definitions.  EXPERIMENTAL. *}

theory Interpretation_with_Defs
imports Pure
uses "~~/src/Tools/interpretation_with_defs.ML"
begin

end