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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
32
5bb2d29553c2 Added new chapter about writing packages.
berghofe
parents:
diff changeset
     1
theory Simple_Inductive_Package
5bb2d29553c2 Added new chapter about writing packages.
berghofe
parents:
diff changeset
     2
imports Main
5bb2d29553c2 Added new chapter about writing packages.
berghofe
parents:
diff changeset
     3
uses ("simple_inductive_package.ML")
5bb2d29553c2 Added new chapter about writing packages.
berghofe
parents:
diff changeset
     4
begin
5bb2d29553c2 Added new chapter about writing packages.
berghofe
parents:
diff changeset
     5
159
64fa844064fa updated to chages in binding module
Christian Urban <urbanc@in.tum.de>
parents: 32
diff changeset
     6
32
5bb2d29553c2 Added new chapter about writing packages.
berghofe
parents:
diff changeset
     7
use_chunks "simple_inductive_package.ML"
5bb2d29553c2 Added new chapter about writing packages.
berghofe
parents:
diff changeset
     8
159
64fa844064fa updated to chages in binding module
Christian Urban <urbanc@in.tum.de>
parents: 32
diff changeset
     9
32
5bb2d29553c2 Added new chapter about writing packages.
berghofe
parents:
diff changeset
    10
end