src/LCF/ROOT.ML
changeset 17247 6927a62c77dc
parent 9000 c20d58286a51
child 25750 4e796867ccb5
--- a/src/LCF/ROOT.ML	Sat Sep 03 17:54:05 2005 +0200
+++ b/src/LCF/ROOT.ML	Sat Sep 03 17:54:07 2005 +0200
@@ -2,17 +2,9 @@
     ID:         $Id$
     Author:     Tobias Nipkow
     Copyright   1992  University of Cambridge
-
-LCF on top of First-Order Logic.
-
-This theory is based on Lawrence Paulson's book Logic and Computation.
 *)
 
 val banner = "Logic for Computable Functions (in FOL)";
 writeln banner;
 
-print_depth 1;
 use_thy "LCF";
-use"simpdata.ML";
-use_thy"pair";
-use_thy"fix";