src/HOL/ex/Interpretation_with_Defs.thy
author huffman
Wed, 09 Nov 2011 11:44:42 +0100
changeset 45436 62bc9474d04b
parent 41582 c34415351b6d
child 46950 d0181abdbdac
permissions -rw-r--r--
use simproc_setup for some nat_numeral simprocs; add simproc tests

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