[GHC] #12773: Data.Functor.Classes instances for ZipList
GHC
ghc-devs at haskell.org
Fri Oct 28 00:03:39 UTC 2016
#12773: Data.Functor.Classes instances for ZipList
-------------------------------------+-------------------------------------
Reporter: Iceland_jack | Owner:
Type: feature | Status: new
request |
Priority: low | Milestone:
Component: Core | Version: 8.0.1
Libraries |
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
Since `Data.Functor.Classes` is now maintained by the CLC, how about
instances from [https://hackage.haskell.org/package/prelude-
extras-0.4.0.1/src/src/Prelude/Extras.hs prelude-extras], at least
instances for `ZipList`
{{{#!hs
instance Eq1 ZipList
instance Ord1 ZipList
instance Show1 ZipList
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12773>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list