We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a44f686 commit 98ea59eCopy full SHA for 98ea59e
containers/changelog.md
@@ -7,6 +7,10 @@
7
* Add `compareSize` for `IntSet` and `IntMap`. (Soumik Sarkar)
8
([#1135](https://github.com/haskell/containers/pull/1135))
9
10
+* Add `catMaybes` for `Seq`, `Set`, `Map` and `IntMap`; and `mapMaybe` for
11
+ `Seq`, `Set` and `IntSet`. (Phil Hazelden)
12
+ ([#1159](https://github.com/haskell/containers/pull/1159)
13
+
14
### Performance improvements
15
16
* Improved performance for `Data.IntMap.restrictKeys` and
0 commit comments