[GHC] #11203: Kind inference with SigTvs is wrong
GHC
ghc-devs at haskell.org
Mon Dec 11 17:35:30 UTC 2017
#11203: Kind inference with SigTvs is wrong
-------------------------------------+-------------------------------------
Reporter: goldfire | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler (Type | Version: 7.10.2
checker) |
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 Simon Peyton Jones <simonpj@…>):
In [changeset:"8361b2c5a9f7a00f0024f44a43b851998ae41e33/ghc"
8361b2c5/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="8361b2c5a9f7a00f0024f44a43b851998ae41e33"
Fix SigTvs at the kind level
This patch fixes two bugs in the treatment of SigTvs at the
kind level:
- We should always generalise them, never default them
(Trac #14555, #14563)
- We should check if they get unified with each other
(Trac #11203)
Both are described in TcHsType
Note [Kind generalisation and SigTvs]
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11203#comment:11>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list