Higher rank types

Andrew J Bromage ajb@spamcop.net
Tue, 8 Jul 2003 12:26:23 +1000


G'day all.

On Mon, Jul 07, 2003 at 11:23:59AM +0100, Simon Peyton-Jones wrote:

> The paper has a strongly tutorial flavour, and comes complete with a
> prototype implementation that you can play with.

Does the prototype implementation not support recursive lets?

	*Main> tcs "let fix = (\\f . f (fix f)) in fix"
	Not in scope: `fix'

Cheers,
Andrew Bromage