Re: Typechecking union types
- From: "Curtis W" <cwarren89@xxxxxxxxx>
- Date: 5 Jul 2006 15:15:27 -0400
Well, to start off, what do you mean by "union types"? Something like
OCaml's variant types, e.g. `Int of int | `Float of float ? Secondly,
do you have any questions in particular? Try and think through how the
type inferencer is going to look in regards to union types and see if
you can't find any rough spots that you're having trouble figuring
out.
Thomas Christensen wrote:
Hi,.
For my master thesis, I need to get up to speed
on the current state of the art within the somewhat
narrow field of typechecking union types.
Can anyone point me to some good starting points, books,
papers, articles. I have Benjamin Pierce's book, "Types and Programming
Languages" and am currently ploughing my way through that.
- Prev by Date: Re: What is the future of Compiler technology?
- Next by Date: Re: Typechecking union types
- Previous by thread: Re: What is the future of Compiler technology?
- Next by thread: Re: Typechecking union types
- Index(es):
Relevant Pages
|
|