
#10343: Make Typeable track kind information better -------------------------------------+------------------------------------- Reporter: oerjan | Owner: Type: feature request | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.10.1 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: typeOf :: Related Tickets: #9858 | Typeable (a::k) => Proxy a -> | TypeRep | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Comment (by goldfire): I agree that a `kindRep :: TypeRep -> TypeRep` or perhaps `kindRep :: Typeable a => proxy a -> TypeRep` is in order. It seems this is useful independent of kind equalities, though it will likely become more useful (and conspicuously missing if unimplemented) with kind equalities. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10343#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler