src/HOL/ex/Interpretation_with_Defs.thy
author kleing
Sat, 14 Sep 2013 20:57:22 +1000
changeset 53633 69f1221fc892
parent 48891 c0eafbd55de3
child 55599 6535c537b243
permissions -rw-r--r--
print find_thms result in reverse order so best result is on top

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