
#7688: :kind should do kind generalisation ---------------------------------+------------------------------------------ Reporter: simonpj | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: Compiler | Version: 7.6.2 Keywords: | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: None/Unknown Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Comment(by kosmikus): It seems to me that this is just a question of flags set in GHCi: {{{ GHCi, version 7.6.2: http://www.haskell.org/ghc/ :? for help Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... done. [1 of 1] Compiling Test ( PolyKinds.hs, interpreted ) Ok, modules loaded: Test. *Test> :kind Proxy Proxy :: * -> * *Test> :set -XPolyKinds *Test> :kind Proxy Proxy :: k -> * }}} -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7688#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler