30 Dec
2006
30 Dec
'06
10:31 p.m.
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