Prelude> f 1 where f x = x : f x
[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,
,1,1,{Interrupted!}
Prelude> f 1 where f x = x : f x
====================
in unix/linux proper error msg comes out and back to interpreter.
ERROR - Control stack overflow
===========
but in windows 2000
Then suddnly interpreter fails and
the red (X) popup window pops up.
hugs.exe - application programm error
unknown software exception (0xc000fd) ... blabla
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell