CookBook/Package/Simple_Inductive_Package.thy
author Christian Urban <urbanc@in.tum.de>
Sun, 08 Mar 2009 20:53:00 +0000
changeset 163 2319cff107f0
parent 159 64fa844064fa
child 164 3f617d7a2691
permissions -rw-r--r--
removed rep_ss, and used dest_ss instead; some very slight changes to simple_inductive

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


use_chunks "simple_inductive_package.ML"


end