src/HOL/ex/Interpretation_with_Defs.thy
author blanchet
Thu, 26 Sep 2013 13:42:14 +0200
changeset 53917 bf74357f91f8
parent 48891 c0eafbd55de3
child 55599 6535c537b243
permissions -rw-r--r--
generate "sel_splits(_asm)" theorems

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

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

end