
22 Aug
2011
22 Aug
'11
4:08 a.m.
Is there a way to disable haskell automatic infinite loop detection ..
that might make it simpler to figure out where it is happening by just
looking at the trace-output in stdout..
Thanks
On Mon, Aug 22, 2011 at 1:06 PM, David Virebayre
2011/8/22 Sunil S Nandihalli
: Hello everybody, main: <<loop>> -> where did this come from. I know I am not printing
Your program has an endless loop that was detected by ghc.
David.