tuned Inductive.thy;
authorwenzelm
Wed, 01 Jul 1998 11:33:39 +0200
changeset 5105 0ff5bec04d02
parent 5104 230cca8452c7
child 5106 05b7c9a2ddf9
tuned Inductive.thy;
src/HOL/Inductive.thy
src/HOL/ROOT.ML
--- a/src/HOL/Inductive.thy	Wed Jul 01 11:20:32 1998 +0200
+++ b/src/HOL/Inductive.thy	Wed Jul 01 11:33:39 1998 +0200
@@ -1,4 +1,2 @@
-Inductive = Gfp + Prod + Sum +
 
-end
-
+Inductive = Gfp + Prod + Sum
--- a/src/HOL/ROOT.ML	Wed Jul 01 11:20:32 1998 +0200
+++ b/src/HOL/ROOT.ML	Wed Jul 01 11:33:39 1998 +0200
@@ -36,7 +36,8 @@
 use_thy "Ord";
 use_thy "subset";
 use "Tools/typedef_package.ML";
-use_thy "Inductive";
+use_thy "Sum";
+use_thy "Gfp";
 
 use "Tools/record_package.ML";
 use_thy "Record";
@@ -46,6 +47,7 @@
 use "arith_data.ML";
 
 use "Tools/inductive_package.ML";
+use_thy "Inductive";
 
 use_thy "RelPow";
 use_thy "Finite";