[GHC] #10609: Make up instances
GHC
ghc-devs at haskell.org
Thu Aug 6 16:01:28 UTC 2015
#10609: Make up instances
-------------------------------------+-------------------------------------
Reporter: fumieval | Owner:
Type: feature request | Status: patch
Priority: normal | Milestone:
Component: libraries/base | Version: 7.10.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions: Phab:D1049
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"97843d0b10cac3912a85329ebcb8ed1a68f71b34/ghc"
97843d0b/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="97843d0b10cac3912a85329ebcb8ed1a68f71b34"
base: Add instances
This patch adds following instances:
* Foldable ZipList
* Traversable ZipList
* Functor Complex
* Applicative Complex
* Monad Complex
* Foldable Complex
* Traversable Complex
* Generic1 Complex
* Monoid a => Monoid (Identity a)
* Storable ()
Reviewers: ekmett, fumieval, hvr, austin
Subscribers: thomie, #core_libraries_committee
Projects: #core_libraries_committee
Differential Revision: https://phabricator.haskell.org/D1049
GHC Trac Issues: #10609
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10609#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list