src/HOL/W0/README.html
author berghofe
Fri, 23 Oct 1998 22:36:15 +0200
changeset 5760 7e2cf2820684
parent 2518 bee082efaa46
child 15283 f21466450330
permissions -rw-r--r--
Added theorems True_not_False and False_not_True (for rep_datatype).

<HTML><HEAD><TITLE>HOL/W0/README</TITLE></HEAD>
<BODY>

<H1>Type Inference for MiniML (without <tt>let</tt>)</H1>

This theory defines the type inference rules and the type inference algorithm
<em>W</em> for simply-typed lambda terms due to Milner. It proves the
soundness and completeness of <em>W</em> w.r.t. to the rules. An optimized
version <em>I</em> is shown to implement <em>W</em>.

<P>

A report describing the theory is found here:<br>
<A HREF = "http://www4.informatik.tu-muenchen.de/~nipkow/pubs/tphol96.html">
Formal Verification of Algorithm W: The Monomorphic Case</A>.

<P>

<B>NOTE:</B> This theory has been superseded by a more recent development
which formalizes type inference for a language including <tt>let</tt>. For
details click <A HREF="../MiniML/index.html">here</A>.
</BODY>
</HTML>