Is the following the expected behavior?  Heap size is 1000000.

Prelude> foldl (+) 0 (replicate 6000 1)
 
ERROR: Control stack overflow

Thanks.
Mircea

Reply via email to