[GHC] #11011: Add type-indexed type representations (`TypeRep a`)
GHC
ghc-devs at haskell.org
Tue May 24 08:22:47 UTC 2016
#11011: Add type-indexed type representations (`TypeRep a`)
-------------------------------------+-------------------------------------
Reporter: bjmprice | Owner:
Type: feature request | Status: patch
Priority: normal | Milestone: 8.2.1
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): Phab:D2010
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by bgamari):
Replying to [comment:43 Iceland_jack]:
> Bikeshedding.
>
> Base already has the existentials `SomeSymbol` and `SomeNat` so one
wonders if `SomeTypeRep` is a more consistent name for `TypeRepX`.
Very true. I do like this proposal despite the name being a bit longer.
Really, the length isn't even such a big deal given that users can always
use the `Data.Typeable.TypeRep` synonym.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11011#comment:44>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list