With

main = putStrLn $ show $ last $ zip [1..] (replicate 100000 'a')

I get

Stack space overflow: current size 1048576 bytes.
Use `+RTS -Ksize' to increase it.

If I Change the [1..] to ([1..] :: [Int]) then it works fine.


Ian


_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to