[commit: ghc] master: base: Introduce Data.Monoid.Ap (b67e8a3)

git at git.haskell.org git at git.haskell.org
Sun May 27 21:20:41 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/b67e8a3f107f7e7b2cefb526a5f956a4a3abc852/ghc

>---------------------------------------------------------------

commit b67e8a3f107f7e7b2cefb526a5f956a4a3abc852
Author: chessai <chessai1996 at gmail.com>
Date:   Wed Apr 11 18:28:41 2018 -0400

    base: Introduce Data.Monoid.Ap
    
    This data type witnesses the lifting of a monoid into an applicative
    pointwise.


>---------------------------------------------------------------

b67e8a3f107f7e7b2cefb526a5f956a4a3abc852
 libraries/base/Control/Monad/Fix.hs                |  6 ++-
 libraries/base/Data/Data.hs                        |  3 ++
 libraries/base/Data/Foldable.hs                    |  4 ++
 libraries/base/Data/Monoid.hs                      | 60 +++++++++++++++++++---
 libraries/base/Data/Traversable.hs                 |  6 ++-
 libraries/base/changelog.md                        |  2 +
 .../tests/annotations/should_fail/annfail10.stderr |  4 +-
 testsuite/tests/ghci/scripts/T10963.stderr         |  2 +-
 testsuite/tests/polykinds/T13393.stderr            |  2 +-
 .../tests/typecheck/should_compile/T14273.stderr   |  4 +-
 .../tests/typecheck/should_compile/holes2.stderr   |  2 +-
 .../should_compile/valid_substitutions.stderr      |  4 +-
 .../tests/typecheck/should_fail/T10971b.stderr     |  8 +--
 .../tests/typecheck/should_fail/T12921.stderr      |  2 +-
 .../tests/typecheck/should_fail/T14884.stderr      |  2 +-
 15 files changed, 87 insertions(+), 24 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc b67e8a3f107f7e7b2cefb526a5f956a4a3abc852


More information about the ghc-commits mailing list