src/LCF/README
changeset 0 a5a9c433f639
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/LCF/README	Thu Sep 16 12:20:38 1993 +0200
@@ -0,0 +1,18 @@
+		LCF: Logic for Computable Functions
+
+This directory contains the Standard ML sources of the Isabelle system for
+LCF.  It is loaded upon FOL, not Pure Isabelle.  Important files include
+
+ROOT.ML -- loads all source files.  Enter an ML image containing FOL and
+type: use "ROOT.ML";
+
+Makefile -- compiles the files under Poly/ML or SML of New Jersey
+
+ex.ML -- files containing examples.  To execute them, enter an ML image
+containing LCF and type:    use "ex.ML";
+
+Useful references on LCF:
+
+	Lawrence C. Paulson,
+	Logic and Computation: Interactive proof with Cambridge LCF (CUP, 1987)
+