proper dependencies of all theories and packages;
authorwenzelm
Mon, 04 Oct 1999 21:45:10 +0200
changeset 7703 6b3424e877bd
parent 7702 35c7e0df749f
child 7704 9a6783fdb9a5
proper dependencies of all theories and packages;
src/HOL/ROOT.ML
--- a/src/HOL/ROOT.ML	Mon Oct 04 21:44:28 1999 +0200
+++ b/src/HOL/ROOT.ML	Mon Oct 04 21:45:10 1999 +0200
@@ -33,33 +33,7 @@
 use "~~/src/Provers/quantifier1.ML";
 use "~~/src/Provers/Arith/combine_coeff.ML";
 
-use_thy "subset";
-use "Tools/typedef_package.ML";
-use_thy "Inductive";
-use_thy "NatDef";
-
-use "Tools/datatype_aux.ML";
-use "Tools/datatype_prop.ML";
-use "Tools/datatype_rep_proofs.ML";
-use "Tools/datatype_abs_proofs.ML";
-use "Tools/datatype_package.ML";
-use "Tools/primrec_package.ML";
-use_thy "Datatype";
-
-(*TFL: recursive function definitions*)
-use_thy "WF_Rel";
-cd "../TFL"; use "sys.sml"; cd "../HOL";
-use_thy "Recdef";
-
-use_thy "Numeral";
-cd "Integ";
-use_thy "IntDef";
-use "simproc.ML";
-use_thy "NatBin";
-cd "..";
-
-(*the all-in-one theory*)
-use_thy "Main";
+with_path "Integ" use_thy "Main";
 
 print_depth 8;