1341
|
1 |
<HTML><HEAD><TITLE>Cube/ReadMe</TITLE></HEAD><BODY>
|
|
2 |
|
|
3 |
<H2>Cube: Barendregt's Lambda-Cube</H2>
|
|
4 |
|
|
5 |
This directory contains the Standard ML sources of the Isabelle system for
|
|
6 |
the Lambda-Cube. Important files include
|
|
7 |
|
|
8 |
<DL>
|
|
9 |
<DT>ROOT.ML
|
|
10 |
<DD>loads all source files. Enter an ML image containing Pure
|
|
11 |
Isabelle and type: use "ROOT.ML";<P>
|
|
12 |
|
|
13 |
<DT>Makefile
|
|
14 |
<DD>compiles the files under Poly/ML or SML of New Jersey<P>
|
|
15 |
|
|
16 |
<DT>ex
|
|
17 |
examples file. To execute them, enter an ML image
|
|
18 |
containing Cube and type: use "ex.ML";
|
|
19 |
</DL>
|
|
20 |
|
|
21 |
NB: the formalization is not completely sound! It does not enforce
|
|
22 |
distinctness of variable names in contexts!<P>
|
|
23 |
|
|
24 |
For more information about the Lambda-Cube, see
|
|
25 |
|
|
26 |
<UL>
|
|
27 |
<LI>H. Barendregt<BR>
|
|
28 |
Introduction to Generalised Type Systems<BR>
|
|
29 |
J. Functional Programming
|
|
30 |
</UL>
|
|
31 |
</BODY></HTML>
|