Now sets loadpath.
authorlcp
Thu, 06 Apr 1995 10:55:06 +0200
changeset 1000 0ad2b1da57ff
parent 999 9bf3816298d0
child 1001 1f416fb5de91
Now sets loadpath.
src/CCL/ex/ROOT.ML
--- a/src/CCL/ex/ROOT.ML	Thu Apr 06 10:53:21 1995 +0200
+++ b/src/CCL/ex/ROOT.ML	Thu Apr 06 10:55:06 1995 +0200
@@ -10,6 +10,8 @@
 
 writeln"Root file for CCL examples";
 proof_timing := true;
+loadpath := [".", "ex"];
+
 time_use_thy "ex/Nat";
 time_use_thy "ex/List";
 time_use_thy "ex/Stream";