author | wenzelm |
Sat, 03 Sep 2005 17:54:07 +0200 | |
changeset 17247 | 6927a62c77dc |
parent 17246 | 0f22089c6b9e |
child 17248 | 81bf91654e73 |
src/LCF/ROOT.ML | file | annotate | diff | comparison | revisions |
--- a/src/LCF/ROOT.ML Sat Sep 03 17:54:05 2005 +0200 +++ b/src/LCF/ROOT.ML Sat Sep 03 17:54:07 2005 +0200 @@ -2,17 +2,9 @@ ID: $Id$ Author: Tobias Nipkow Copyright 1992 University of Cambridge - -LCF on top of 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_thy"pair"; -use_thy"fix";