src/HOL/ex/Interpretation_with_Defs.thy
author huffman
Sat, 20 Aug 2011 15:54:26 -0700
changeset 44349 f057535311c5
parent 41582 c34415351b6d
child 46950 d0181abdbdac
permissions -rw-r--r--
remove redundant lemma real_0_le_divide_iff in favor or zero_le_divide_iff

(*  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