# HG changeset patch # User wenzelm # Date 951661408 -3600 # Node ID 5e7037409118072d3234e7c35bdf576862d6d411 # Parent da404f79c1fcd4d07fafc7d3fae61605ca93628a early setup of induct_method; diff -r da404f79c1fc -r 5e7037409118 src/HOL/Inductive.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 diff -r da404f79c1fc -r 5e7037409118 src/HOL/Recdef.thy --- 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