[racket-dev] stream confusion

From: Asumu Takikawa (asumu at ccs.neu.edu)
Date: Wed Aug 22 17:22:06 EDT 2012

On 2012-08-22 14:04:36 -0700, Martin Neal wrote:
>    *Maybe a problem with generics?

Thanks, that was a good insight. I'm pretty sure this is a problem with
the addition of generics. The `stream-map` function uses the wrong
bindings (the ones generated by the generics system) rather than the
compatibility layer we provide to clients of the library.

I'll look into fixing this.

Cheers,
Asumu

Posted on the dev mailing list.