FW: [commit: ghc] master: Fix conversion of HsRule to TH syntax (5e54d55)
Simon Peyton-Jones <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <59543203684B2244980D7E4057D5FBC13F737F97@DB3EX14MBXC310.europe.corp.microsoft.com> |
This should fix the validate failure in T7064 | -----Original Message----- | From: [email protected] [mailto:[email protected]] | On Behalf Of Simon Peyton Jones | Sent: 26 October 2012 11:08 | To: [email protected] | Subject: [commit: ghc] master: Fix conversion of HsRule to TH syntax | (5e54d55) | | Repository : ssh://darcs.haskell.org//srv/darcs/ghc | | On branch : master | | http://hackage.haskell.org/trac/ghc/changeset/5e54d55738d2144ab99e7b483b | c4d237c1657251 | | >--------------------------------------------------------------- | | commit 5e54d55738d2144ab99e7b483bc4d237c1657251 | Author: Simon Peyton Jones <[email protected]> | Date: Fri Oct 19 00:48:41 2012 +0100 | | Fix conversion of HsRule to TH syntax | | We weren't doing the binders right, and were creating NameLs | rather than NameUs for the binders of the Rule. That gave | very funny output for T7064. | | compiler/deSugar/DsMeta.hs | 132 ++++++++++++++++++++++--------------- | ------- | 1 files changed, 67 insertions(+), 65 deletions(-) | | | Diff suppressed because of size. To see it, use: | | git show 5e54d55738d2144ab99e7b483bc4d237c1657251 | | _______________________________________________ | Cvs-ghc mailing list | [email protected] | http://www.haskell.org/mailman/listinfo/cvs-ghc