[Haskell-cafe] The question of ByteString
Jules Bean
jules at jellybean.co.uk
Mon Nov 5 11:32:12 EST 2007
Brandon S. Allbery KF8NH wrote:
>
> On Nov 3, 2007, at 5:34 , Andrew Coppin wrote:
>
>> (BTW, anybody have any clue what's happening with stream fusion? I
>> remember reading the paper saying "hey, this is how it works and it's
>> cool and we're going to try to replace the whole list library with new
>> stream implementations", but that's the last I heard...)
>
> dons and I have both mentioned Data.Stream recently; I think it's on
> hackage. It's still a work in progress though, I believe.
>
ITYM Data.List.Stream, which is at
http://www.cse.unsw.edu.au/~dons/streams.html
Data.Stream, on hackage, is a package for infinite lists, i.e. streams.
Jules
More information about the Haskell-Cafe
mailing list