Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
foldMap :: Monoid m => (a -> m) -> Patricia a -> mradix-tree Data.Patricia.Word.Lazy Map each element in the tree to a monoid and combine the results.
foldMapWithKey :: Monoid m => (Word -> a -> m) -> Patricia a -> mradix-tree Data.Patricia.Word.Lazy Map each element in the tree to a monoid and combine the results.
foldMap :: Monoid m => (a -> m) -> Patricia a -> mradix-tree Data.Patricia.Word.Strict Map each element in the tree to a monoid and combine the results.
foldMapWithKey :: Monoid m => (Word -> a -> m) -> Patricia a -> mradix-tree Data.Patricia.Word.Strict Map each element in the tree to a monoid and combine the results.
foldMap :: Monoid m => (a -> m) -> Radix1Tree a -> mradix-tree Data.Radix1Tree.Word8.Lazy Map each element in the tree to a monoid and combine the results.
foldMapWithKey :: Monoid m => (Build1 -> a -> m) -> Radix1Tree a -> mradix-tree Data.Radix1Tree.Word8.Lazy Map each element in the tree to a monoid and combine the results.
foldMap :: Monoid m => (a -> m) -> Radix1Tree a -> mradix-tree Data.Radix1Tree.Word8.Strict Map each element in the tree to a monoid and combine the results.
foldMapWithKey :: Monoid m => (Build1 -> a -> m) -> Radix1Tree a -> mradix-tree Data.Radix1Tree.Word8.Strict Map each element in the tree to a monoid and combine the results.
foldMap :: Monoid m => (a -> m) -> RadixTree a -> mradix-tree Data.RadixTree.Word8.Lazy Map each element in the tree to a monoid and combine the results.
foldMapWithKey :: Monoid m => (Build -> a -> m) -> RadixTree a -> mradix-tree Data.RadixTree.Word8.Lazy Map each element in the tree to a monoid and combine the results.