* Basic Polymorphic Typechecking
@ 2007-09-11 0:16 Jonathan Bryant
2007-09-11 0:29 ` [Caml-list] " brogoff
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Bryant @ 2007-09-11 0:16 UTC (permalink / raw)
To: Caml List
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? I'm rather lost trying to follow
the Modula-2 code given in the paper as well as the Perl version
linked to on Wikipedia because I don't know either language. I've
tried looking at Caml-Light as a reference, but it implements several
non-trival extensions, so it doesn't serve as a good reference for a
first time implementing the algorithm.
Thanks,
--Jonathan Bryant
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Caml-list] Basic Polymorphic Typechecking
2007-09-11 0:16 Basic Polymorphic Typechecking Jonathan Bryant
@ 2007-09-11 0:29 ` brogoff
0 siblings, 0 replies; 2+ messages in thread
From: brogoff @ 2007-09-11 0:29 UTC (permalink / raw)
To: Jonathan Bryant; +Cc: Caml List
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-11 0:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-11 0:16 Basic Polymorphic Typechecking Jonathan Bryant
2007-09-11 0:29 ` [Caml-list] " brogoff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox