src/HOL/ex/Interpretation_with_Defs.thy
author wenzelm
Tue, 25 Jan 2011 14:06:43 +0100
changeset 41631 8ff597b3dd80
parent 41582 c34415351b6d
child 46950 d0181abdbdac
permissions -rw-r--r--
do not restore old files on startup, which is potentially slow due to automatic rechecking; attempt to enable thick caret for improved visibility;

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