
#16263: Rework GHC's treatment of constraints in kinds
-------------------------------------+-------------------------------------
Reporter: goldfire | Owner: simonpj
Type: bug | Status: closed
Priority: normal | Milestone: 8.10.1
Component: Compiler | Version: 8.6.3
Resolution: fixed | Keywords: TypeInType,
| newcomer
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
| polykinds/T16263
Blocked By: | Blocking:
Related Tickets: #12102, #15872 | Differential Rev(s):
| https://gitlab.haskell.org/ghc/ghc/merge_requests/128,
Wiki Page: | https://gitlab.haskell.org/ghc/ghc/merge_requests/499
-------------------------------------+-------------------------------------
Changes (by simonpj):
* status: patch => closed
* testcase: => polykinds/T16263
* resolution: => fixed
Comment:
Landed as
{{{
commit 25c3dd39f7d446f66b5c967be81f80cd7facb509
Author: Simon Peyton Jones