1 Mar
2007
1 Mar
'07
7:07 p.m.
On 3/1/07, Dave Tapley <dukedave@gmail.com> wrote:
My question asks why this is the case, when laziness should ensure only the first 10 cases need to be computed.
Basically, because the IO monad is strict, not lazy. If you want laziness, don't use the IO monad. -- Taral <taralx@gmail.com> "You can't prove anything." -- Gödel's Incompetence Theorem