[Haskell-cafe] safe-lazy-io on GHC 6.12?

2010-02-06 Thread Tom Tobin
After convincing myself the hard way that you can't be lazy across strict monadic results (by writing myself a foldrM -- yeah, I'm still a beginner), I noticed the recent discussion of safe-lazy-io vs. iteratee with interest. The safe-lazy-io package seems much easier to understand than iteratee,

Re: [Haskell-cafe] safe-lazy-io on GHC 6.12?

2010-02-06 Thread Nicolas Pouillard
On Sat, 6 Feb 2010 11:38:25 -0600, Tom Tobin korp...@korpios.com wrote: After convincing myself the hard way that you can't be lazy across strict monadic results (by writing myself a foldrM -- yeah, I'm still a beginner), I noticed the recent discussion of safe-lazy-io vs. iteratee with