[GHC] #15334: (forall x. c x, forall x. d x) is not equivalent to forall x. (c x, d x)
GHC
ghc-devs at haskell.org
Mon Jul 23 14:44:25 UTC 2018
#15334: (forall x. c x, forall x. d x) is not equivalent to forall x. (c x, d x)
-------------------------------------+-------------------------------------
Reporter: RyanGlScott | Owner: (none)
Type: bug | Status: closed
Priority: normal | Milestone: 8.8.1
Component: Compiler (Type | Version: 8.5
checker) | Keywords:
Resolution: fixed | QuantifiedConstraints
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: GHC rejects | Test Case: quantified-
valid program | constraints/T15334
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by RyanGlScott):
* status: merge => closed
* resolution: => fixed
* milestone: 8.6.1 => 8.8.1
Comment:
Judging from comment:12, this won't make it into 8.6. Punting to 8.8.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/15334#comment:14>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list