src/CCL/ROOT.ML
author wenzelm
Tue, 01 Sep 2009 13:31:22 +0200
changeset 32465 87f0e1b2d3f2
parent 32153 a0e57fb1b930
child 32740 9dd0a2f83429
permissions -rw-r--r--
misc cleanup and internal reorganization;

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

Classical Computational Logic based on First-Order Logic.
*)

set eta_contract;

(* CCL - a computational logic for an untyped functional language *)
(*                       with evaluation to weak head-normal form *)

use_thys ["Wfd", "Fix"];