[GHC] #10168: generalize filterM, mapAndUnzipM, zipWithM, zipWithM_, replicateM, replicateM_
GHC
ghc-devs at haskell.org
Mon Nov 16 21:04:04 UTC 2015
#10168: generalize filterM, mapAndUnzipM, zipWithM, zipWithM_, replicateM,
replicateM_
-------------------------------------+-------------------------------------
Reporter: strake888 | Owner:
Type: bug | Status: patch
Priority: normal | Milestone: 8.0.1
Component: Core Libraries | Version: 7.10.1-rc1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D1324
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"741cf18a5e4ee5d0aa8afcab813441e7bcd4050c/ghc" 741cf18/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="741cf18a5e4ee5d0aa8afcab813441e7bcd4050c"
Weaken monadic list operations to Applicative
Generalize `filterM`, `mapAndUnzipM`, `zipWithM`, `zipWithM_`,
`replicateM`, and `replicateM_`.
Reviewers: ekmett, #core_libraries_committee, austin, hvr, bgamari
Reviewed By: ekmett, #core_libraries_committee, bgamari
Subscribers: ekmett, glguy, thomie
Projects: #ghc
Differential Revision: https://phabricator.haskell.org/D1324
GHC Trac Issues: #10168
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10168#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list