Stack overflow Bugs in newtype

2002-08-25 Thread Nicolas Oury
I use ghc-5.04 on Mac OS X and I've a stack overflow trying to compile FranTk last version. It seems to be caused by a newtype (when putting data, it works). Best regards, Nicolas Oury ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED]

funPtrToAddr and addrToFunPtr

2002-08-25 Thread Alastair Reid
How about adding these to Addr.lhs? funPtrToAddr :: FunPtr a - Addr addrToFunPtr :: Addr - FunPtr a They serve the same purpose as the existing ptrToAddr/addrToPtr -- Alastair ___ Glasgow-haskell-bugs mailing list [EMAIL PROTECTED]

Funny global things

2002-08-25 Thread Alastair Reid
One of the joys of using a compiler for a long time is the recognition of old, familiar error messages like: Funny global thing?: _ErrorWithCode: It will seem like heresy then when I suggest that it might be time to replace this with a meaningful error message. My only excuse for this