Bug in last CVS
Simon Peyton-Jones
simonpj at microsoft.com
Tue Dec 10 10:00:26 EST 2002
Good point. It'll fail more gracefully from now on.
The solution (necessary even after the fix) is to put a space after the
'$',
so you don't have $foo, just $ foo.
Reason: $foo means something special for Template Haskell.
Simon
| -----Original Message-----
| From: Nicolas.Oury [mailto:noury at ens-lyon.fr]
| Sent: 05 December 2002 15:02
| To: glasgow-haskell-bugs at haskell.org
| Subject: Bug in last CVS
|
| I have a bug in a CVS version for MacOSX from tuesday:
|
| While compiling last version of Frantk:
|
| Compiling DisplaySimple ( FranTkSrc/DisplaySimple.lhs,
| FranTkSrc/DisplaySimple.o )
| ghc-5.05: panic! (the `impossible' happened, GHC version 5.05):
| rename/RnExpr.lhs:164: Non-exhaustive patterns in function
rnExpr
|
|
| Please report it as a compiler bug to
glasgow-haskell-bugs at haskell.org,
| or http://sourceforge.net/projects/ghc/.
|
| Best regards,
| Nicolas Oury
|
|
|
|
| _______________________________________________
| Glasgow-haskell-bugs mailing list
| Glasgow-haskell-bugs at haskell.org
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
More information about the Glasgow-haskell-bugs
mailing list