# HG changeset patch # User clasohm # Date 816608409 -3600 # Node ID f1a3a7b44ff13706148d4a93f2aa7bd87323db29 # Parent d2fc3bfaee7f26b343ea354a60fbd10b2fe62ab4 converted README to HTLM; replaced "CHOL" by "HOL" diff -r d2fc3bfaee7f -r f1a3a7b44ff1 src/HOL/README --- 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. diff -r d2fc3bfaee7f -r f1a3a7b44ff1 src/HOL/README.html --- /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 @@ +HOL/ReadMe + +

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 + +
+
ROOT.ML +
loads all source files. Enter an ML image containing Pure +Isabelle and type: use "ROOT.ML";

+ +

Makefile +
compiles the files under Poly/ML or SML of New Jersey

+ +

ex +
subdirectory containing examples. To execute them, enter an ML image +containing HOL and type: use "ex/ROOT.ML";

+ +

Subst +
subdirectory defining a theory of substitution and unification. +
+ +Useful references on Higher-Order Logic: + + + +