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 44fae82 commit a5bee16Copy full SHA for a5bee16
src/Data/AppendMap.hs
@@ -32,6 +32,8 @@ import qualified Data.Map as Map (showTree, showTreeWith)
32
#endif
33
import qualified Data.Witherable as W
34
import Data.Map.Monoidal
35
+import qualified Data.Map.Monoidal as MonoidalMap
36
+
37
38
{-# DEPRECATED AppendMap "Use 'MonoidalMap' instead" #-}
39
-- | AppendMap is a synonym for 'Data.Map.Monoidal.MonoidalMap'
@@ -48,7 +50,7 @@ pattern AppendMap m = MonoidalMap m
48
50
49
51
#if !MIN_VERSION_witherable(0,3,2)
52
instance W.Filterable (MonoidalMap k) where
- mapMaybe = W.mapMaybe
53
+ mapMaybe = MonoidalMap.mapMaybe
54
55
56
-- | Deletes a key, returning 'Nothing' if the result is empty.
0 commit comments