src/CCL/ROOT.ML
author wenzelm
Sun, 22 Aug 2010 20:11:17 +0200
changeset 38581 d503a0912e14
parent 32740 9dd0a2f83429
child 38798 89f273ab1d42
permissions -rw-r--r--
simplified Command.status again, reverting most of e5eed57913d0 (note that more complex information can be represented with full markup reports);

(*  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"];