src/LCF/ROOT.ML
author wenzelm
Mon, 01 Dec 1997 18:22:38 +0100
changeset 4334 e567f3425267
parent 4024 3c056eab237c
child 4905 be73ddff6c5a
permissions -rw-r--r--
ISABELLE_TMP_PREFIX;

(*  Title:      LCF/ROOT
    ID:         $Id$
    Author:     Tobias Nipkow
    Copyright   1992  University of Cambridge

Adds LCF to a database containing First-Order Logic.

This theory is based on Lawrence Paulson's book Logic and Computation.
*)

val banner = "Logic for Computable Functions (in FOL)";
writeln banner;

print_depth 1;
use_thy "LCF";
use"simpdata.ML";
use"pair.ML";
use"fix.ML";

val LCF_build_completed = ();   (*indicate successful build*)