Skip to content

Commit 91877c7

Browse files
committed
Put filter before mapMaybe in the export list
1 parent 1ea8808 commit 91877c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Data/HashMap/Lazy.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ module Data.HashMap.Lazy
7373
, foldrWithKey
7474

7575
-- * Filter
76-
, mapMaybe
77-
, mapMaybeWithKey
7876
, HM.filter
7977
, filterWithKey
78+
, mapMaybe
79+
, mapMaybeWithKey
8080

8181
-- * Conversions
8282
, keys

Data/HashMap/Strict.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ module Data.HashMap.Strict
7373
, foldrWithKey
7474

7575
-- * Filter
76-
, mapMaybe
77-
, mapMaybeWithKey
7876
, HM.filter
7977
, filterWithKey
78+
, mapMaybe
79+
, mapMaybeWithKey
8080

8181
-- * Conversions
8282
, keys

0 commit comments

Comments
 (0)