src/HOL/ex/Interpretation_with_Defs.thy
author huffman
Sat, 21 Apr 2012 10:59:52 +0200
changeset 47647 ec29cc09599d
parent 46950 d0181abdbdac
child 48644 70a5d78e8326
permissions -rw-r--r--
renamed contravariant relator set_rel to vset_rel, to make room for new covariant relator

(*  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
keywords "interpretation" :: thy_goal
uses "~~/src/Tools/interpretation_with_defs.ML"
begin

end