[GHC] #11432: Cannot export operator newtype
GHC
ghc-devs at haskell.org
Fri Jan 15 22:10:32 UTC 2016
#11432: Cannot export operator newtype
-------------------------------------+-------------------------------------
Reporter: phadej | Owner:
Type: bug | Status: new
Priority: highest | Milestone: 8.0.1
Component: Compiler | Version: 8.0.1-rc1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by skvadrik):
The fact that GHC handled this ambiguous case correctly suggests that it
already has this wrapping-delaying mechanism (because happy-generated
parser always resolved the ambiguity in favor of variable constructor,
which in this case is incorrect).
I'll try to find out how it worked.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11432#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list