> > > 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 _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
