[Haskell-beginners] main: <<loop>> ....?

Sunil S Nandihalli sunil.nandihalli at gmail.com
Mon Aug 22 10:08:16 CEST 2011


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
<dav.vire+haskell at gmail.com> wrote:
> 2011/8/22 Sunil S Nandihalli <sunil.nandihalli at gmail.com>:
>> 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.
>



More information about the Beginners mailing list