I have a program (a compiler in fact) that, when compiled with hbc
or nhc98, gives the following (correct) output at runtime:
Couldn't simplify the context ((_161) _160).
Possible sources for the problem are:4:19
but when compiled with ghc-4.06, it gives the output/error message:
Fail: Prelude.chr: bad argument
Now first, there is no Haskell'98 function Prelude.chr, and second,
my program does not use *any* function called chr. So what might be
going on?
Regards,
Malcolm
- RE: strange Prelude.chr bug Malcolm Wallace
- RE: strange Prelude.chr bug Julian Seward (Intl Vendor)
- RE: strange Prelude.chr bug Malcolm Wallace
- RE: strange Prelude.chr bug Simon Marlow
- Re: strange Prelude.chr bug Lennart Augustsson
- Re: strange Prelude.chr bug Marcin 'Qrczak' Kowalczyk
- Re: strange Prelude.chr bug Lennart Augustsson
- RE: strange Prelude.chr bug Simon Marlow
