[GHC] #7730: :info and polykinds

#7730: :info and polykinds -----------------------------+---------------------------------------------- Reporter: monoidal | Owner: Type: bug | Status: new Priority: normal | Component: Compiler Version: 7.6.2 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: -----------------------------+---------------------------------------------- {{{ ghci -XPolyKinds Prelude> data A x y Prelude> :i A data A k k x y -- Defined at <interactive>:3:6 }}} The two `k` might be different. It should be either {{{A k l x y}}} or - without kind variables - {{{A x y}}}. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7730 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7730: :info and polykinds ----------------------------------------+----------------------------------- Reporter: monoidal | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: Compiler (Type checker) | Version: 7.6.2 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ----------------------------------------+----------------------------------- Changes (by igloo): * difficulty: => Unknown * component: Compiler => Compiler (Type checker) * milestone: => 7.8.1 Comment: Thanks for the report -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7730#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC