[GHC] #11011: Add type-indexed type representations (`TypeRep a`)
GHC
ghc-devs at haskell.org
Sun Jan 31 18:11:36 UTC 2016
#11011: Add type-indexed type representations (`TypeRep a`)
-------------------------------------+-------------------------------------
Reporter: bjmprice | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: Compiler | Version:
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by bgamari):
Re comment:9:
Oh dear, yes, that code is just non-sense. Sorry about that, it seems I
should have read through it before hitting submit.
Let's try again: The principle concern was that the current Typeable
scheme provides a way for users to query the kinds at which a TyCon was
instantiated via `Data.Typeable.splitPolyTyConApp`. The current New
Typeable plan doesn't seem to provide any way to accomplish this.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11011#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list