author | clasohm |
Fri, 22 Oct 1993 13:35:15 +0100 | |
changeset 72 | 099d949fe467 |
parent 0 | a5a9c433f639 |
child 121 | d392174734e9 |
permissions | -rw-r--r-- |
(* 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; set_loadpath [".", "../FOL"]; print_depth 1; use_thy "lcf"; use"simpdata.ML"; use"pair.ML"; use"fix.ML"; val LCF_build_completed = (); (*indicate successful build*)