src/LCF/ROOT.ML
author paulson
Wed, 25 Sep 1996 15:03:13 +0200
changeset 2025 9acc10ac1e1d
parent 1461 6bcb44e4d6e5
child 3941 ea440c63d206
permissions -rw-r--r--
Prevention of Overflow exception (for SML/NJ) in gensym

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