CookBook/Package/Simple_Inductive_Package.thy
author boehmes
Wed, 07 Jan 2009 16:29:49 +0100
changeset 61 64c9540f2f84
parent 32 5bb2d29553c2
child 159 64fa844064fa
permissions -rw-r--r--
Added four recipes.

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

use_chunks "simple_inductive_package.ML"

end