On Thu, Mar 11, 2010 at 3:44 PM, Arnoldo Muller <arnoldomuller@gmail.com> wrote:
Daniel,

Thank you so much for helping me out with this issue!

Thanks to all the other answers from haskel-cafe members too!

As a newbie, I am not able to understand why zip and map would make a problem...

Is there any link I could read that could help me to understand why in this case
zip and map created a leak? What are some function compositions that should be
avoided when doing lazy I/O?

Actually, it's lazy I/O itself that should be avoided.

Jason