src/HOL/MiniML/README.html
author nipkow
Fri, 17 Nov 1995 12:08:04 +0100
changeset 1337 ad834f39d878
child 1345 d4e26f632bca
permissions -rw-r--r--
README -> README.html

<HTML><HEAD><TITLE>HOL/MiniML/ReadMe</TITLE></HEAD><BODY>
<H2>Type Inference for MiniML</H2>
<H3>(without "let" for the time being)</H3>

Algorithms W and I are based on
<P>
<KBD>
@article{Milner-Poly,author="Robin Milner",
title="A Theory of Type Polymorphism in Programming",
journal="J. Comp.\ Sys.\ Sci.",year=1978,volume=17,pages="348--375"}
</KBD>
<P>
which also proves their correctness.  The first completeness proof was given
in
<P>
<KBD>
@phdthesis{Damas-PhD,author={Luis Manuel Martins Damas},
title={Type Assignment in Programming Languages},
school={Department of Computer Science, University of Edinburgh},year=1985}
</KBD>
<P>
The Isabelle proofs are based on
<P>
<KBD>
@phdthesis{Nazareth-PhD,author={Dieter Nazareth},
title={A Polymorphic Sort System for Axiomatic Specification Languages},
school={Institut f\"ur Informatik, Technische Universit{\"a}t M{\"u}nchen},
year=1995,note={Technical Report {TUM-I9515}}}
</KBD>
</BODY></HTML>