--- 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";