src/HOL/ex/Interpretation_with_Defs.thy
author hoelzl
Mon, 14 Mar 2011 14:37:47 +0100
changeset 41980 28b51effc5ed
parent 41582 c34415351b6d
child 46950 d0181abdbdac
permissions -rw-r--r--
split Extended_Reals into parts for Library and Multivariate_Analysis

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