src/CCL/ROOT.ML
changeset 997 a58082b8066c
parent 121 d392174734e9
child 1293 4ade5d1d369c
equal deleted inserted replaced
996:3566c197b420 997:a58082b8066c
     5 
     5 
     6 Adds Classical Computational Logic to a database containing First-Order Logic.
     6 Adds Classical Computational Logic to a database containing First-Order Logic.
     7 *)
     7 *)
     8 
     8 
     9 val banner = "Classical Computational Logic (in FOL)";
     9 val banner = "Classical Computational Logic (in FOL)";
       
    10 writeln banner;
       
    11 
       
    12 print_depth 1;
       
    13 set eta_contract;
    10 
    14 
    11 (* Higher-Order Set Theory Extension to FOL *)
    15 (* Higher-Order Set Theory Extension to FOL *)
    12 (*      used as basis for CCL               *)
    16 (*      used as basis for CCL               *)
    13 
    17 
    14 use_thy "Set";
    18 use_thy "Set";
    32 use     "genrec.ML";
    36 use     "genrec.ML";
    33 use     "typecheck.ML";
    37 use     "typecheck.ML";
    34 use     "eval.ML";
    38 use     "eval.ML";
    35 use_thy "Fix";
    39 use_thy "Fix";
    36 
    40 
       
    41 print_depth 8;
       
    42 
    37 val CCL_build_completed = ();   (*indicate successful build*)
    43 val CCL_build_completed = ();   (*indicate successful build*)