
That's what I get for not keeping up with the packages. I wish I had asked sooner (I gotta start checking #haskell) Thank you, Daniel. El sáb, 17-07-2010 a las 14:10 +0200, Daniel Fischer escribió:
On Saturday 17 July 2010 05:49:47, MAN wrote:
I'm sorry if this matter has already been discussed, but I'm going nuts here. Attached is the code for a small program, an ubber simplification of something I'm trying to do which would enormously gain from lazy serialization. The code, however, is broken... It runs, and does the job, but it does so strictly.
The Get monad has been made strict in binary-0.5. If you need lazy behaviour, you can try binary-0.4.4 (or earlier), or you could write your own lazy Get-wrapper using runGetState (won't be too much fun).
HTH, Daniel