src/Tools/Permanent_Interpretation.thy
author wenzelm
Sun, 27 Jul 2014 15:40:19 +0200
changeset 57821 f11f3d7589b1
parent 55601 b7f4da504b75
child 58889 5b7a9633cfa8
permissions -rw-r--r--
Added tag Isabelle2014-RC1 for changeset c0fd03d13d28

(*  Title:   Tools/Permanent_Interpretation.thy
    Author:  Florian Haftmann, TU Muenchen
*)

header {* Permanent interpretation accompanied with mixin definitions. *}

theory Permanent_Interpretation
imports Pure
keywords "defining" and "permanent_interpretation" :: thy_goal
begin

ML_file "~~/src/Tools/permanent_interpretation.ML"

end