src/HOL/README
author clasohm
Wed, 21 Jun 1995 15:47:10 +0200
changeset 1151 c820b3cc3df0
parent 923 ff1574a81019
child 1339 f1a3a7b44ff1
permissions -rw-r--r--
removed \...\ inside strings
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
923
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     1
	   CHOL: Higher-Order Logic with curried functions
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     2
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     3
This directory contains the Standard ML sources of the Isabelle system for
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     4
Higher-Order Logic with curried functions.  Important files include
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     5
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     6
ROOT.ML -- loads all source files.  Enter an ML image containing Pure
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     7
Isabelle and type:    use "ROOT.ML";
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     8
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
     9
Makefile -- compiles the files under Poly/ML or SML of New Jersey
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    10
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    11
ex -- subdirectory containing examples.  To execute them, enter an ML image
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    12
containing CHOL and type:    use "ex/ROOT.ML";
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    13
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    14
Subst -- subdirectory defining a theory of substitution and unification.
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    15
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    16
Useful references on Higher-Order Logic:
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    17
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    18
	P. B. Andrews,
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    19
	An Introduction to Mathematical Logic and Type Theory
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    20
	(Academic Press, 1986).
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    21
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    22
	J. Lambek and P. J. Scott,
ff1574a81019 new version of HOL with curried function application
clasohm
parents:
diff changeset
    23
	Introduction to Higher Order Categorical Logic (CUP, 1986)