Thanks for the report; now fixed in the HEAD. Simon | -----Original Message----- | From: template-haskell-bounces@haskell.org [mailto:template-haskell-bounces@haskell.org] On | Behalf Of Sean Seefried | Sent: 16 October 2003 13:02 | To: template-haskell@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@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@haskell.org | http://www.haskell.org/mailman/listinfo/template-haskell