CookBook/Package/Simple_Inductive_Package.thy
author Christian Urban <urbanc@in.tum.de>
Wed, 29 Oct 2008 21:46:33 +0100
changeset 44 dee4b3e66dfe
parent 32 5bb2d29553c2
child 159 64fa844064fa
permissions -rw-r--r--
added a readme chapter for prospective authors; added commands for referring to the Isar Reference Manual

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

use_chunks "simple_inductive_package.ML"

end