src/HOL/Prolog/README.html
author berghofe
Fri, 16 Feb 2007 19:19:19 +0100
changeset 22330 00ca68f5ce29
parent 15582 7219facb3fd0
permissions -rw-r--r--
Replaced "raise RecError" by "primrec_err" in function gen_primrec_i to prevent error message from being suppressed.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<!-- $Id$ -->

<HTML>

<HEAD>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  <TITLE>HOL/Prolog/README</TITLE>
</HEAD>

<BODY>
<H2>Prolog -- A bare-bones implementation of Lambda-Prolog</H2>

This is a simple exploratory implementation of 
<A HREF="http://www.cse.psu.edu/~dale/lProlog/">Lambda-Prolog</A> in HOL,
including some minimal examples (in Test.thy) and a more typical example
of a little functional language and its type system.
</BODY>
</HTML>