src/CCL/ROOT.ML
author wenzelm
Tue, 31 Jul 2007 23:23:28 +0200
changeset 24106 f2965bf954dc
parent 20140 98acc6d0fab6
child 32153 a0e57fb1b930
permissions -rw-r--r--
simultaneous use_thys;

(*  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.
*)

set eta_contract;

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

use_thys ["Wfd", "Fix"];