diff -r 000000000000 -r a5a9c433f639 src/LCF/ROOT.ML --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/LCF/ROOT.ML Thu Sep 16 12:20:38 1993 +0200 @@ -0,0 +1,20 @@ +(* 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*)