[Haskell-cafe] laziness blowup exercise

Bas van Dijk v.dijk.bas at gmail.com
Thu Jul 16 15:17:31 EDT 2009


On Thu, Jul 16, 2009 at 7:45 PM, Thomas Hartman<tphyahoo at gmail.com> wrote:
> the strict functions seem very nice, will they eventually make their way into
> http://hackage.haskell.org/packages/archive/Stream/0.3.2/doc/html/Data-Stream.html

Note that there are two stream packages:

* 'Stream' by Wouter Swierstra (including some patches by me) which
can be found on hackage.
* 'stream' (with a lower case 'l') by me which isn't (yet) on hackage.

My stream package started as a set of patches against Stream. However
the goal Wouter had with Stream was to create a small
education-friendly package focusing on simplicity. This is fine. The
goal of stream however is to create an industrial-strength package,
focusing on functionality and efficiency.

Maybe I upload 'stream' to hackage if there's demand for it...

> where is Control.Monad.StreamT? couldn't find it.

http://code.haskell.org/~basvandijk/code/stream/Control/Monad/StreamT.hs

regards,

Bas


More information about the Haskell-Cafe mailing list