converted README to HTLM; replaced "CHOL" by "HOL"
authorclasohm
Fri, 17 Nov 1995 12:40:09 +0100
changeset 1339 f1a3a7b44ff1
parent 1338 d2fc3bfaee7f
child 1340 71b0a5d83347
converted README to HTLM; replaced "CHOL" by "HOL"
src/HOL/README
src/HOL/README.html
--- a/src/HOL/README	Fri Nov 17 12:19:21 1995 +0100
+++ b/src/HOL/README	Fri Nov 17 12:40:09 1995 +0100
@@ -1,4 +1,4 @@
-	   CHOL: Higher-Order Logic with curried functions
+	   HOL: Higher-Order Logic with curried functions
 
 This directory contains the Standard ML sources of the Isabelle system for
 Higher-Order Logic with curried functions.  Important files include
@@ -9,7 +9,7 @@
 Makefile -- compiles the files under Poly/ML or SML of New Jersey
 
 ex -- subdirectory containing examples.  To execute them, enter an ML image
-containing CHOL and type:    use "ex/ROOT.ML";
+containing HOL and type:    use "ex/ROOT.ML";
 
 Subst -- subdirectory defining a theory of substitution and unification.
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOL/README.html	Fri Nov 17 12:40:09 1995 +0100
@@ -0,0 +1,34 @@
+<HTML><HEAD><TITLE>HOL/ReadMe</TITLE></HEAD><BODY>
+
+<H2>HOL: Higher-Order Logic with curried functions</H2>
+
+This directory contains the Standard ML sources of the Isabelle system for
+Higher-Order Logic with curried functions.  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 HOL and type: use "ex/ROOT.ML";<P>
+
+<DT>Subst
+<DD>subdirectory defining a theory of substitution and unification.
+</DL>
+
+Useful references on Higher-Order Logic:
+
+<UL>
+<LI>P. B. Andrews, An Introduction to Mathematical Logic and Type Theory
+(Academic Press, 1986).
+
+<LI>J. Lambek and P. J. Scott, Introduction to Higher Order
+Categorical Logic (CUP, 1986)
+</UL>
+
+</BODY></HTML>