src/HOL/ex/Interpretation_with_Defs.thy
author huffman
Tue, 18 Oct 2011 15:19:06 +0200
changeset 45204 5e4a1270c000
parent 41582 c34415351b6d
child 46950 d0181abdbdac
permissions -rw-r--r--
hide typedef-generated constants Product_Type.prod and Sum_Type.sum

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