ex/ROOT.ML
changeset 46 a73f8a7784bd
parent 35 c1a3020635a1
child 63 94436622324d
--- a/ex/ROOT.ML	Wed Feb 16 15:13:53 1994 +0100
+++ b/ex/ROOT.ML	Wed Feb 23 10:05:35 1994 +0100
@@ -10,16 +10,17 @@
 
 writeln"Root file for HOL examples";
 proof_timing := true;
+loadpath := ["ex"];
 time_use     "ex/cla.ML";
 time_use     "ex/meson.ML";
 time_use     "ex/mesontest.ML";
-time_use_thy "ex/Qsort";
-time_use_thy "ex/LexProd";
-time_use_thy "ex/Puzzle";
+time_use_thy "InSort";
+time_use_thy "Qsort";
+time_use_thy "LexProd";
+time_use_thy "Puzzle";
 time_use     "ex/set.ML";
-time_use_thy "ex/Finite";
-time_use_thy "ex/PL";
-time_use_thy "ex/Term";
-time_use_thy "ex/Simult";
-time_use_thy "ex/MT";
+time_use_thy "PL";
+time_use_thy "Term";
+time_use_thy "Simult";
+time_use_thy "MT";
 maketest     "END: Root file for HOL examples";