Skip to content

Commit 44fae82

Browse files
Fix broken recursive looping instance
1 parent 657973d commit 44fae82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Data/AppendMap.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pattern AppendMap m = MonoidalMap m
4848

4949
#if !MIN_VERSION_witherable(0,3,2)
5050
instance W.Filterable (MonoidalMap k) where
51-
mapMaybe = mapMaybe
51+
mapMaybe = W.mapMaybe
5252
#endif
5353

5454
-- | Deletes a key, returning 'Nothing' if the result is empty.

0 commit comments

Comments
 (0)