Now sets eta_contract.
authorlcp
Thu, 06 Apr 1995 10:49:53 +0200
changeset 997 a58082b8066c
parent 996 3566c197b420
child 998 91d09e262799
Now sets eta_contract.
src/CCL/ROOT.ML
--- a/src/CCL/ROOT.ML	Thu Apr 06 10:48:11 1995 +0200
+++ b/src/CCL/ROOT.ML	Thu Apr 06 10:49:53 1995 +0200
@@ -7,6 +7,10 @@
 *)
 
 val banner = "Classical Computational Logic (in FOL)";
+writeln banner;
+
+print_depth 1;
+set eta_contract;
 
 (* Higher-Order Set Theory Extension to FOL *)
 (*      used as basis for CCL               *)
@@ -34,4 +38,6 @@
 use     "eval.ML";
 use_thy "Fix";
 
+print_depth 8;
+
 val CCL_build_completed = ();   (*indicate successful build*)