[GHC] #14670: -XRebindableSyntax needs return?
GHC
ghc-devs at haskell.org
Tue Jan 16 18:44:06 UTC 2018
#14670: -XRebindableSyntax needs return?
-------------------------------------+-------------------------------------
Reporter: jackkelly | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.6.1
Component: Compiler | Version: 8.2.2
Resolution: | Keywords:
| RebindableSyntax
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: GHC rejects | Test Case:
valid program | rebindable/T14670
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by dfeuer):
I see that in `compiler/rename/RnExpr.hs` there's a "TODO: I don't know
how to get this right for rebindable syntax", but I don't think any of
that is supposed to be used without `ApplicativeDo`. I haven't yet been
able to find a place where `ApplicativeDo` checking obviously leaks out
elsewhere.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14670#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list