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 |
|
3941
|
14 |
reset global_names;
|
|
15 |
|
0
|
16 |
print_depth 1;
|
121
|
17 |
use_thy "LCF";
|
0
|
18 |
use"simpdata.ML";
|
|
19 |
use"pair.ML";
|
|
20 |
use"fix.ML";
|
|
21 |
|
1461
|
22 |
val LCF_build_completed = (); (*indicate successful build*)
|