RE: reifyDecl is completely broken

2003-06-26 Thread Simon Peyton-Jones
message is unhelpful, I'm afraid. Sorry about that. simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On | Behalf Of [EMAIL PROTECTED] | Sent: 25 June 2003 02:06 | To: [EMAIL PROTECTED] | Subject: reifyDecl is completely broken | | As far as I can tell, trying

reifyDecl is completely broken

2003-06-25 Thread abe
As far as I can tell, trying to reify any declaration, even one as simple as x :: () x = () will result in a message similar to ghc-6.0: panic! (the `impossible' happened, GHC version 6.0): dsReify reifyDecl Minimal.x {- v rNZ -} This is using the gentoo-packaged 6.0 release. Abe