src/CCL/ROOT.ML
author wenzelm
Tue, 11 Apr 2006 16:00:02 +0200
changeset 19406 410b9d9bf9a1
parent 17456 bcf7544875b2
child 20140 98acc6d0fab6
permissions -rw-r--r--
added mk_classrel, dest_classrel, mk_arities, dest_arity (from axclass.ML); tuned;

(*  Title:      CCL/ROOT.ML
    ID:         $Id$
    Author:     Martin Coen, Cambridge University Computer Laboratory
    Copyright   1993  University of Cambridge

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 "CCL";
use_thy "Hered";
use_thy "Wfd";
use_thy "Fix";