CookBook/Package/Simple_Inductive_Package.thy
author Christian Urban <urbanc@in.tum.de>
Thu, 05 Mar 2009 16:46:43 +0000
changeset 160 cc9359bfacf4
parent 159 64fa844064fa
child 164 3f617d7a2691
permissions -rw-r--r--
redefined the functions warning and tracing in order to properly match more antiquotations

theory Simple_Inductive_Package
imports Main
uses ("simple_inductive_package.ML")
begin


use_chunks "simple_inductive_package.ML"


end