src/HOL/ex/Interpretation_with_Defs.thy
author wenzelm
Sat, 17 Dec 2011 13:08:03 +0100
changeset 45909 6fe61da4c467
parent 41582 c34415351b6d
child 46950 d0181abdbdac
permissions -rw-r--r--
tuned signature;

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