
#7587: Kind variables are not renamed -----------------------------+---------------------------------------------- Reporter: monoidal | Owner: Type: bug | Status: new Priority: normal | Component: Compiler Version: 7.6.1 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- {{{ ghci -XPolyKinds Prelude> data A x y Prelude> :k A A :: k -> k -> * }}} should be {{{k -> l -> *}}}. The 'k's are allowed to be different, there is just a name collision. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7587 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler