Am Mittwoch, 26. Oktober 2005 02:36 schrieb [EMAIL PROTECTED]: > In that case I get an "illegal instruction" error and hugs exits.
This is a bug in Hugs but your code is incorrect, too. You get into infinite recursion for some argument values and I suppose, Hugs doesn't handle infinite recursions well. At least, Hugs sometimes dies with a segementation fault on Linux when it actually should cancel the computation cleanly because of a stack/heap overflow caused by infinite recursion. > [...] Best wishes, Wolfgang _______________________________________________ Haskell mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell
