src/HOL/README
author clasohm
Fri, 08 Mar 1996 13:11:09 +0100
changeset 1558 9c6ebfab4e05
parent 1339 f1a3a7b44ff1
permissions -rw-r--r--
added constdefs section
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1339
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents: 923
diff changeset
     1
	   HOL: Higher-Order Logic with curried functions
923
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
1339
f1a3a7b44ff1 converted README to HTLM; replaced "CHOL" by "HOL"
clasohm
parents: 923
diff changeset
    12
containing HOL and type:    use "ex/ROOT.ML";
923
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)