
#14515: "Same" higher-rank kind synonyms behave differently
-------------------------------------+-------------------------------------
Reporter: Iceland_jack | Owner: (none)
Type: bug | Status: closed
Priority: normal | Milestone:
Component: Compiler (Type | Version: 8.2.1
checker) |
Resolution: fixed | Keywords: TypeInType
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: GHC rejects | Test Case:
valid program | polykinds/T14515
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by simonpj):
* status: new => closed
* testcase: => polykinds/T14515
* resolution: => fixed
Comment:
Great examples! Fixed by
{{{
commit 68149452a793aedd8d468b689dc93fb2ba5ec436
Author: Simon Peyton Jones
---------------------------------------------------------------
68149452a793aedd8d468b689dc93fb2ba5ec436 compiler/typecheck/TcHsType.hs | 126 +++++++++++++++++------------ compiler/typecheck/TcInstDcls.hs | 20 ++--- compiler/typecheck/TcTyClsDecls.hs | 22 +++-- compiler/types/Type.hs | 16 +--- testsuite/tests/ghci/scripts/T13407.stdout | 2 +- testsuite/tests/polykinds/T14515.hs | 13 +++ testsuite/tests/polykinds/all.T | 1 + 7 files changed, 116 insertions(+), 84 deletions(-) }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14515#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler