[EMAIL PROTECTED] wrote:
Although it could be argued that laziness is the cause of some very obscure bugs... <g> Niko

Example, PLEASE.

Prelude> sum [1..1000000]
*** Exception: stack overflow

Prelude> Data.List.foldl' (+) 0 [1..1000000]
500000500000

  Tillmann
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to