HTML version of README
authorclasohm
Wed, 15 Nov 1995 13:27:57 +0100
changeset 1331 70ee8d7b2233
parent 1330 e9becade0076
child 1332 a60d1abb06c0
HTML version of README
src/FOL/README.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/FOL/README.html	Wed Nov 15 13:27:57 1995 +0100
@@ -0,0 +1,28 @@
+<HTML><HEAD><TITLE>FOL/ReadMe</TITLE></HEAD><BODY>
+
+<H2>FOL: First-Order Logic with Natural Deduction</H2>
+
+This directory contains the Standard ML sources of the Isabelle system for
+First-Order Logic (constructive and classical versions).  For a classical
+sequent calculus, see LK.  Important files include
+
+<DL>
+<DT>ROOT.ML
+<DD>loads all source files.  Enter an ML image containing Pure
+Isabelle and type: use "ROOT.ML";<P>
+
+<DT>Makefile
+<DD>compiles the files under Poly/ML or SML of New Jersey<P>
+
+<DT>ex
+<DD>subdirectory containing examples.  To execute them, enter an ML image
+containing FOL and type: use "ex/ROOT.ML";<P>
+</DL>
+
+Useful references on First-Order Logic:
+
+<UL>
+<LI>Antony Galton, Logic for Information Technology (Wiley, 1990)
+<LI>Michael Dummett, Elements of Intuitionism (Oxford, 1977)
+</UL>
+</BODY></HTML>