diff -r 3d5b2b874e14 -r a73f8a7784bd ex/ROOT.ML --- 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";