src/CCL/ROOT.ML
author kleing
Tue, 07 Jun 2011 19:22:52 +0200
changeset 43250 c729110a9f08
parent 39128 93a7365fb4ee
permissions -rw-r--r--
use null_heap instead of %_. 0 to avoid printing problems

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

use_thys ["Wfd", "Fix"];