src/HOL/Lambda/ROOT.ML
changeset 9000 c20d58286a51
parent 6490 4961ecbaaff7
child 9115 67409447f788
--- a/src/HOL/Lambda/ROOT.ML	Tue May 30 16:03:09 2000 +0200
+++ b/src/HOL/Lambda/ROOT.ML	Tue May 30 16:08:38 2000 +0200
@@ -4,8 +4,6 @@
     Copyright   1998 TUM
 *)
 
-writeln"Root file for HOL/Lambda";
-
 time_use_thy "Eta";
-time_use_thy "../Induct/Acc";
+with_path "../Induct" time_use_thy "Acc";
 time_use_thy "InductTermi";