src/Tools/Permanent_Interpretation.thy
author nipkow
Fri, 30 Oct 2015 20:01:05 +0100
changeset 61525 87244a9cfe40
parent 58889 5b7a9633cfa8
permissions -rw-r--r--
added splay trees

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

section {* 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