[GHC] #9586: Implement Traversable/Foldable-Burning-Bridges Proposal

GHC ghc-devs at haskell.org
Sat Sep 20 21:48:39 UTC 2014


#9586: Implement Traversable/Foldable-Burning-Bridges Proposal
-------------------------------------+-------------------------------------
              Reporter:  hvr         |            Owner:  hvr
                  Type:  task        |           Status:  new
              Priority:  normal      |        Milestone:  7.10.1
             Component:              |          Version:
  libraries/base                     |         Keywords:
            Resolution:              |     Architecture:  Unknown/Multiple
      Operating System:              |       Difficulty:  Difficult (2-5
  Unknown/Multiple                   |  days)
       Type of failure:              |       Blocked By:
  None/Unknown                       |  Related Tickets:
             Test Case:              |
              Blocking:              |
Differential Revisions:  Phab:D209   |
-------------------------------------+-------------------------------------

Comment (by Herbert Valerio Riedel <hvr@…>):

 In [changeset:"1812898c0332c6807201938911bb914633267d9d/ghc"]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="1812898c0332c6807201938911bb914633267d9d"
 Turn a few existing folds into `Foldable`-methods (#9621)

 Turn `toList`, `elem`, `sum`, `product`, `maximum`, and `minimum` into
 `Foldable` methods. This helps avoiding regressions (and semantic
 differences) while implementing #9586

 Reviewed By: austin, dfeuer, ekmett

 Differential Revision: https://phabricator.haskell.org/D231
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9586#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list