[Haskell-beginners] Beginners Digest, Vol 100, Issue 20

Imants Cekusins imantc at gmail.com
Sat Oct 29 17:46:00 UTC 2016


here is a very comprehensive explanation of lazy evaluation:

https://github.com/takenobu-hs/lazy_evaluation
​
I understand < 5% of this so can't add to it.

about your particular problem, I would not try to rely on lazy evaluation
(regardless of how it actually works) but instead break data in chunks,
serialize and write the chunks to disk using libraries. This should work.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/beginners/attachments/20161029/d552afd8/attachment.html>


More information about the Beginners mailing list