author | paulson |
Fri, 28 Jun 1996 11:10:32 +0200 | |
changeset 1835 | 07eee14f5bd4 |
parent 1461 | 6bcb44e4d6e5 |
child 3941 | ea440c63d206 |
permissions | -rw-r--r-- |
1461 | 1 |
(* Title: LCF/ROOT |
0 | 2 |
ID: $Id$ |
1461 | 3 |
Author: Tobias Nipkow |
0 | 4 |
Copyright 1992 University of Cambridge |
5 |
||
6 |
Adds LCF to a database containing First-Order Logic. |
|
7 |
||
8 |
This theory is based on Lawrence Paulson's book Logic and Computation. |
|
9 |
*) |
|
10 |
||
11 |
val banner = "Logic for Computable Functions (in FOL)"; |
|
12 |
writeln banner; |
|
13 |
||
14 |
print_depth 1; |
|
121 | 15 |
use_thy "LCF"; |
0 | 16 |
use"simpdata.ML"; |
17 |
use"pair.ML"; |
|
18 |
use"fix.ML"; |
|
19 |
||
1461 | 20 |
val LCF_build_completed = (); (*indicate successful build*) |