early setup of induct_method;
authorwenzelm
Sun, 27 Feb 2000 15:23:28 +0100
changeset 8303 5e7037409118
parent 8302 da404f79c1fc
child 8304 e132d147374b
early setup of induct_method;
src/HOL/Inductive.thy
src/HOL/Recdef.thy
--- a/src/HOL/Inductive.thy	Sun Feb 27 15:22:14 2000 +0100
+++ b/src/HOL/Inductive.thy	Sun Feb 27 15:23:28 2000 +0100
@@ -4,6 +4,7 @@
 
 theory Inductive = Gfp + Prod + Sum
 files
+  "Tools/induct_method.ML"
   "Tools/inductive_package.ML"
   "Tools/datatype_aux.ML"
   "Tools/datatype_prop.ML"
@@ -12,6 +13,7 @@
   "Tools/datatype_package.ML"
   "Tools/primrec_package.ML":
 
+setup InductMethod.setup
 setup InductivePackage.setup
 setup DatatypePackage.setup
 
--- a/src/HOL/Recdef.thy	Sun Feb 27 15:22:14 2000 +0100
+++ b/src/HOL/Recdef.thy	Sun Feb 27 15:23:28 2000 +0100
@@ -29,10 +29,8 @@
   "../TFL/post.sml"
 
   (*theory extender wrapper module*)
-  "Tools/recdef_package.ML"
-  "Tools/induct_method.ML":
+  "Tools/recdef_package.ML":
 
 setup RecdefPackage.setup
-setup InductMethod.setup
 
 end