[GHC] #11210: Missing instances for Identity and Const
GHC
ghc-devs at haskell.org
Sun Dec 13 13:14:03 UTC 2015
#11210: Missing instances for Identity and Const
-------------------------------------+-------------------------------------
Reporter: duairc | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: libraries/base | Version: 7.11
Resolution: | Keywords: g
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 duairc):
These are also possible:
{{{
instance Storable a => Storable (Const a b)
instance Storable a => Storable (Identity a)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11210#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list