src/HOL/ex/Interpretation_with_Defs.thy
author haftmann
Fri, 24 Feb 2012 22:46:44 +0100
changeset 46664 1f6c140f9c72
parent 41582 c34415351b6d
child 46950 d0181abdbdac
permissions -rw-r--r--
moved predicate relations and conversion rules between set and predicate relations from Predicate.thy to Relation.thy; moved Predicate.thy upwards in theory hierarchy

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