src/HOL/ex/Interpretation_with_Defs.thy
author blanchet
Sun, 01 May 2011 18:37:24 +0200
changeset 42557 ae0deb39a254
parent 41582 c34415351b6d
child 46950 d0181abdbdac
permissions -rw-r--r--
fixed min-arity computation when "explicit_apply" is specified

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