[GHC] #10669: Missing Generic instances for base types.
GHC
ghc-devs at haskell.org
Wed Jul 22 12:46:05 UTC 2015
#10669: Missing Generic instances for base types.
-------------------------------------+-------------------------------------
Reporter: vagarenko | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: | Version: 7.10.1
libraries/base |
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Revisions: |
-------------------------------------+-------------------------------------
There is instance Generic Int in GHC.Generics, but no Generic Word.
Also there is no Generic instances for Int8, Int16, Int32, Int64, Word8,
Word16, Word32, Word64.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10669>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list