src/HOL/UNITY/ROOT.ML
changeset 6216 05d99c0bbfa0
parent 6012 1894bfc4aee9
child 6295 351b3c2b0d83
--- a/src/HOL/UNITY/ROOT.ML	Wed Feb 03 17:33:41 1999 +0100
+++ b/src/HOL/UNITY/ROOT.ML	Wed Feb 03 17:34:27 1999 +0100
@@ -11,9 +11,8 @@
 writeln"Root file for HOL/UNITY";
 set proof_timing;
 
-
+add_path "../Lex";	(*to find Prefix.thy*)
 
-loadpath := "../Lex" :: !loadpath;   (*to find Prefix.thy*)
 time_use_thy"UNITY";
 
 time_use_thy "Deadlock";
@@ -33,5 +32,7 @@
 time_use_thy "PPX";
 **)
 
-loadpath := "../Auth" :: !loadpath;  (*to find Public.thy*)
+add_path "../Auth";	(*to find Public.thy*)
 use_thy"NSP_Bad";
+
+reset_path ();