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 1ea8808 commit 91877c7Copy full SHA for 91877c7
Data/HashMap/Lazy.hs
@@ -73,10 +73,10 @@ module Data.HashMap.Lazy
73
, foldrWithKey
74
75
-- * Filter
76
- , mapMaybe
77
- , mapMaybeWithKey
78
, HM.filter
79
, filterWithKey
+ , mapMaybe
+ , mapMaybeWithKey
80
81
-- * Conversions
82
, keys
Data/HashMap/Strict.hs
@@ -73,10 +73,10 @@ module Data.HashMap.Strict
0 commit comments