[Haskell] Re: Converting a 'streaming' monad into a list
Chris Kuklewicz
haskell at list.mightyreason.com
Sat Dec 30 17:31:30 EST 2006
>
>
> Oh, the Writer has much nicer properties than I thought.
>
But WriterT is not lazy enough. So I put a lazier version up on the wiki:
http://haskell.org/haskellwiki/New_monads/LazyWriterT
And I actually tried the same streaming generator type problem when I started
Haskell, and my results with Writer and Cont are on the old wiki:
http://haskell.org/hawiki/PythonGenerator
--
Chris
More information about the Haskell
mailing list