src/CCL/ROOT.ML
changeset 24106 f2965bf954dc
parent 20140 98acc6d0fab6
child 32153 a0e57fb1b930
--- a/src/CCL/ROOT.ML	Tue Jul 31 22:21:22 2007 +0200
+++ b/src/CCL/ROOT.ML	Tue Jul 31 23:23:28 2007 +0200
@@ -6,13 +6,10 @@
 Classical Computational Logic based on First-Order Logic.
 *)
 
-val banner = "Classical Computational Logic (in FOL)";
-writeln banner;
-
 set eta_contract;
 
 (* CCL - a computational logic for an untyped functional language *)
 (*                       with evaluation to weak head-normal form *)
 
-use_thy "Wfd";
-use_thy "Fix";
+use_thys ["Wfd", "Fix"];
+