src/LCF/README
author paulson
Thu, 21 Mar 1996 13:02:26 +0100
changeset 1601 0ef6ea27ab15
parent 0 a5a9c433f639
permissions -rw-r--r--
Changes required by removal of the theory argument of Theorem
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     1
		LCF: Logic for Computable Functions
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     2
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     3
This directory contains the Standard ML sources of the Isabelle system for
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     4
LCF.  It is loaded upon FOL, not Pure Isabelle.  Important files include
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     5
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     6
ROOT.ML -- loads all source files.  Enter an ML image containing FOL and
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     7
type: use "ROOT.ML";
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     8
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     9
Makefile -- compiles the files under Poly/ML or SML of New Jersey
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    10
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    11
ex.ML -- files containing examples.  To execute them, enter an ML image
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    12
containing LCF and type:    use "ex.ML";
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    13
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    14
Useful references on LCF:
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    15
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    16
	Lawrence C. Paulson,
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    17
	Logic and Computation: Interactive proof with Cambridge LCF (CUP, 1987)
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    18