author | berghofe |
Thu, 10 Oct 2002 14:21:49 +0200 | |
changeset 13638 | 2b234b079245 |
parent 9015 | 8006e9009621 |
child 15283 | f21466450330 |
permissions | -rw-r--r-- |
9015 | 1 |
<!-- $Id$ --> |
2 |
<HTML><HEAD> |
|
3 |
<TITLE>HOL/Prolog/README</TITLE> |
|
4 |
</HEAD><BODY> |
|
5 |
||
6 |
<H2>Prolog -- A bare-bones implementation of Lambda-Prolog</H2> |
|
7 |
||
8 |
This is a simple exploratory implementatin of |
|
9 |
<A HREF="http://www.cse.psu.edu/~dale/lProlog/">Lambda-Prolog</A> in HOL, |
|
10 |
including some minimal examples (in Test.thy) and a more typical example |
|
11 |
of a little functional language and its type system. |
|
12 |
||
13 |
</BODY></HTML> |