[racket] Possible bug in racket/stream

From: Asumu Takikawa (asumu at ccs.neu.edu)
Date: Thu Sep 20 19:32:24 EDT 2012

On 2012-09-21 00:54:10 +0200, Thomas Chust wrote:
> the documentation for the racket/stream module states that lists can
> be used as streams transparently and stream? returns #t when applied
> to a list. However, some of the functions operating on streams fail
> when applied to lists. For example:

Thanks for the report. This is a known bug in Racket 5.3 and was fixed
in commit 07119c371d4611c942361d5b942ad59ec2f37645. It should work
correctly in pre-release builds.

Cheers,
Asumu

Posted on the users mailing list.