src/HOL/ROOT.ML
changeset 5124 1ce3cccfacdb
parent 5110 2497807020fa
child 5183 89f162de39cf
--- a/src/HOL/ROOT.ML	Fri Jul 03 17:34:55 1998 +0200
+++ b/src/HOL/ROOT.ML	Fri Jul 03 17:35:39 1998 +0200
@@ -52,7 +52,7 @@
 use_thy "RelPow";
 use_thy "Finite";
 use_thy "Sexp";
-use_thy "WF_Rel";
+use_thy "Recdef";
 use_thy "Map";
 use_thy "Update";
 
@@ -65,6 +65,9 @@
 use "sys.sml";
 cd "$ISABELLE_HOME/src/HOL";
 
+(*the all-in-one theory*)
+use_thy "Main";
+
 print_depth 8;
 
 val HOL_build_completed = ();   (*indicate successful build*)