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:[EMAIL PROTECTED]]
| Sent: 05 December 2002 15:02
| To: [EMAIL PROTECTED]
| 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
[EMAIL PROTECTED],
| or http://sourceforge.net/projects/ghc/.
| 
| Best regards,
| Nicolas Oury
| 
| 
| 
| 
| _______________________________________________
| Glasgow-haskell-bugs mailing list
| [EMAIL PROTECTED]
| http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to