src/LCF/ROOT.ML
author wenzelm
Mon, 13 Mar 2000 13:21:39 +0100
changeset 8434 5e4bba59bfaa
parent 6349 f7750d816c21
child 9000 c20d58286a51
permissions -rw-r--r--
use HOLogic.Not; export indexify_names;

(*  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_thy"pair";
use_thy"fix";