[GHC] #7459: deriving Generic does not work with TypeLits
GHC
ghc-devs at haskell.org
Sun Apr 17 15:53:16 UTC 2016
#7459: deriving Generic does not work with TypeLits
-------------------------------------+-------------------------------------
Reporter: maxtaldykin | Owner: dreixel
Type: feature request | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.1
Resolution: fixed | Keywords: Generics
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by RyanGlScott):
* status: new => closed
* resolution: => fixed
Comment:
#10604 provides a couple of motivating examples for why generic
programming over data-kinded types would be useful. Furthermore, the
original bug in this ticket has long since been fixed, and I think it's
clear by now that generics shouldn't be needlessly kind-restricted.
Closing.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7459#comment:11>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list