[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-09-11 (00:30) |
From: | brogoff <brogoff@s...> |
Subject: | Re: [Caml-list] Basic Polymorphic Typechecking |
On Mon, 10 Sep 2007, Jonathan Bryant wrote: > Caml-list, > > Does anybody know of/have a link to/copy of an implementation of the > type system in the Cardelli paper (http://www.lucacardelli.name/ > Papers/BasicTypechecking.pdf) or an equally basic type inference > implementation in Caml/ML/Haskell? http://pauillac.inria.fr/~remy/cours/appsem/ocaml-ml.html has a some type inference code for core Caml, in OCaml. You should be able to snip the code from the web page. -- Brian