src/HOL/ex/Interpretation_with_Defs.thy
author huffman
Sun, 04 Sep 2011 10:05:52 -0700
changeset 44711 cd8dbfc272df
parent 41582 c34415351b6d
child 46950 d0181abdbdac
permissions -rw-r--r--
remove redundant lemmas expi_add and expi_zero

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