src/HOL/ex/Interpretation_with_Defs.thy
author wenzelm
Wed, 15 Aug 2012 13:07:24 +0200
changeset 48816 754b09cd616f
parent 48644 70a5d78e8326
child 48891 c0eafbd55de3
permissions -rw-r--r--
tuned;

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