diff options
author | Simon Jakobi <simon.jakobi@gmail.com> | 2018-10-15 13:55:37 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-10-15 19:24:17 -0400 |
commit | 172b00c1954d8eb609ccd58a731ae89fe74a7489 (patch) | |
tree | 6c3cdbc7560f10e9edba034cb330eb22c0a43970 /libraries/base/changelog.md | |
parent | 45d5eff820aefd42454a7b9f25c4a61dbfca1ad5 (diff) | |
download | haskell-172b00c1954d8eb609ccd58a731ae89fe74a7489.tar.gz |
Add a strict version of foldMap to Foldable
Summary:
Original proposal by Andrew Martin:
https://mail.haskell.org/pipermail/libraries/2018-June/028852.html
Reviewers: andrewthad, hvr, bgamari, alpmestan, tdammers
Reviewed By: bgamari, alpmestan, tdammers
Subscribers: alpmestan, rwbarton, thomie, carter
Differential Revision: https://phabricator.haskell.org/D4924
Diffstat (limited to 'libraries/base/changelog.md')
-rw-r--r-- | libraries/base/changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libraries/base/changelog.md b/libraries/base/changelog.md index 3709a0a1a2..bfa8cb9e18 100644 --- a/libraries/base/changelog.md +++ b/libraries/base/changelog.md @@ -10,6 +10,8 @@ a representational one. There is really no reason to care about the type of the underlying object. + * Add `foldMap'`, a strict version of `foldMap`, to `Foldable`. + ## 4.12.0.0 *TBA* * Bundled with GHC *TBA* |