README
author clasohm
Sun, 24 Apr 1994 11:27:38 +0200
changeset 70 9459592608e2
parent 24 340d21c86440
permissions -rw-r--r--
renamed theory files
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
7949f97df77a Initial revision
clasohm
parents:
diff changeset
     1
		HOL: Higher-Order Logic
7949f97df77a Initial revision
clasohm
parents:
diff changeset
     2
7949f97df77a Initial revision
clasohm
parents:
diff changeset
     3
This directory contains the Standard ML sources of the Isabelle system for
7949f97df77a Initial revision
clasohm
parents:
diff changeset
     4
Higher-Order Logic.  Important files include
7949f97df77a Initial revision
clasohm
parents:
diff changeset
     5
7949f97df77a Initial revision
clasohm
parents:
diff changeset
     6
ROOT.ML -- loads all source files.  Enter an ML image containing Pure
7949f97df77a Initial revision
clasohm
parents:
diff changeset
     7
Isabelle and type:    use "ROOT.ML";
7949f97df77a Initial revision
clasohm
parents:
diff changeset
     8
7949f97df77a Initial revision
clasohm
parents:
diff changeset
     9
Makefile -- compiles the files under Poly/ML or SML of New Jersey
7949f97df77a Initial revision
clasohm
parents:
diff changeset
    10
7949f97df77a Initial revision
clasohm
parents:
diff changeset
    11
ex -- subdirectory containing examples.  To execute them, enter an ML image
7949f97df77a Initial revision
clasohm
parents:
diff changeset
    12
containing HOL and type:    use "ex/ROOT.ML";
7949f97df77a Initial revision
clasohm
parents:
diff changeset
    13
24
340d21c86440 added mention of Subst
lcp
parents: 0
diff changeset
    14
Subst -- subdirectory defining a theory of substitution and unification.
340d21c86440 added mention of Subst
lcp
parents: 0
diff changeset
    15
0
7949f97df77a Initial revision
clasohm
parents:
diff changeset
    16
Useful references on Higher-Order Logic:
7949f97df77a Initial revision
clasohm
parents:
diff changeset
    17
7949f97df77a Initial revision
clasohm
parents:
diff changeset
    18
	P. B. Andrews,
7949f97df77a Initial revision
clasohm
parents:
diff changeset
    19
	An Introduction to Mathematical Logic and Type Theory
7949f97df77a Initial revision
clasohm
parents:
diff changeset
    20
	(Academic Press, 1986).
7949f97df77a Initial revision
clasohm
parents:
diff changeset
    21
7949f97df77a Initial revision
clasohm
parents:
diff changeset
    22
	J. Lambek and P. J. Scott,
7949f97df77a Initial revision
clasohm
parents:
diff changeset
    23
	Introduction to Higher Order Categorical Logic (CUP, 1986)