src/HOL/ex/Interpretation_with_Defs.thy
author wenzelm
Fri, 17 May 2013 17:45:51 +0200
changeset 52051 9362fcd0318c
parent 48891 c0eafbd55de3
child 55599 6535c537b243
permissions -rw-r--r--
modernized TimeLimit.timeLimit using Event_Timer service -- based on more elementary version 11ae688e4e30;

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