src/CCL/ROOT.ML
author wenzelm
Wed, 02 Dec 2009 12:04:07 +0100
changeset 33930 6a973bd43949
parent 32740 9dd0a2f83429
child 38798 89f273ab1d42
permissions -rw-r--r--
slightly less ambitious settings, to avoid potential out-of-memory problem;

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

Classical Computational Logic based on First-Order Logic.

A computational logic for an untyped functional language with
evaluation to weak head-normal form.
*)

Unsynchronized.set eta_contract;

use_thys ["Wfd", "Fix"];