src/CCL/ROOT.ML
author wenzelm
Fri, 27 Aug 2010 14:07:09 +0200
changeset 38798 89f273ab1d42
parent 32740 9dd0a2f83429
child 39128 93a7365fb4ee
permissions -rw-r--r--
expanded some aliases from structure Unsynchronized;

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

eta_contract := true;

use_thys ["Wfd", "Fix"];