[GHC] #12584: Renamer is not applied properly to the expressions in declaration splices
GHC
ghc-devs at haskell.org
Wed Sep 21 23:25:44 UTC 2016
#12584: Renamer is not applied properly to the expressions in declaration splices
-------------------------------------+-------------------------------------
Reporter: Shayan-Najd | Owner:
Type: bug | Status: patch
Priority: high | Milestone:
Component: Compiler | Version: 8.1
Resolution: | Keywords: newcomer
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D2539
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by bgamari):
* status: new => patch
* differential: => Phab:D2539
Comment:
The problem here is that `RnExpr.patSynErr` returns a `EWildPat`, which
shouldn't appear in the AST post-renaming. See Phab:D2539 for one possible
fix.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12584#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list