[Template-haskell] TH bug report (again)
Simon Peyton-Jones
simonpj at microsoft.com
Thu Oct 30 10:15:17 EST 2003
Thanks for the report; now fixed in the HEAD.
Simon
| -----Original Message-----
| From: template-haskell-bounces at haskell.org
[mailto:template-haskell-bounces at haskell.org] On
| Behalf Of Sean Seefried
| Sent: 16 October 2003 13:02
| To: template-haskell at haskell.org
| Subject: [Template-haskell] TH bug report (again)
|
| Hi again,
|
| -----------
| d_show = [d| data A = A
|
| instance Show A where
| show _ = "A"
| |]
|
| --------------
| gives
|
| ----------------------
| ghc-6.2: panic! (the `impossible' happened, GHC version 6.2):
| Failed binder lookup: GHCziShow.show {- v rKy -}
|
| Please report it as a compiler bug to
glasgow-haskell-bugs at haskell.org,
| or http://sourceforge.net/projects/ghc/.
| -----------------------
| This might not be a bug, but if it's not can you please tell me what I
| am doing wrong?
|
| Sean
|
| _______________________________________________
| template-haskell mailing list
| template-haskell at haskell.org
| http://www.haskell.org/mailman/listinfo/template-haskell
More information about the template-haskell
mailing list