RE: Re: Show Info
"Simon Peyton-Jones" <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.template |
|---|---|
| Message-ID | <036EAC76E7F5EC4996A3B3C3657D4116014D1E23@EUR-MSG-21.europe.corp.microsoft.com> |
Jim You need to update to the latest HEAD. Then it works. (But there was a missing case in pretty-printing for PrimTyConI which I fixed this morning, so "latest" means any time from now.) Simon | -----Original Message----- | From: [email protected] [mailto:[email protected]] On | Behalf Of Jim Apple | Sent: 14 December 2004 06:00 | To: [email protected] | Subject: [Template-haskell] Re: Show Info | | Jim Apple wrote: | > Is there any reason why Info isn't deriving(Show) ? | | Ok, I see from the testsuite examples and some code that I can print it | with pprint. I am now getting this new error: | | >$(do {display ''(->); [| () |]}) | | ghc-6.3.20041123: panic! (the `impossible' happened, GHC version | 6.3.20041123): | algTyConRhs GHCziPrim.ZLzmzgZR{(w) tc 3D} | | with display as in | | testsuite/tests/ghc-regress/th/TH_reifyDecl1.hs | | Jim | | _______________________________________________ | template-haskell mailing list | [email protected] | http://www.haskell.org/mailman/listinfo/template-haskell