Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
map :: (a -> b) -> Patricia a -> Patricia bradix-tree Data.Patricia.Word.Lazy Apply a function to every value in the tree.
map :: (a -> b) -> Patricia a -> Patricia bradix-tree Data.Patricia.Word.Strict Apply a function to every value in the tree.
map :: (a -> b) -> Radix1Tree a -> Radix1Tree bradix-tree Data.Radix1Tree.Word8.Lazy Apply a function to every value in the tree.
map :: (a -> b) -> Radix1Tree a -> Radix1Tree bradix-tree Data.Radix1Tree.Word8.Strict Apply a function to every value in the tree.
map :: (a -> b) -> RadixTree a -> RadixTree bradix-tree Data.RadixTree.Word8.Lazy Apply a function to every value in the tree.
map :: (a -> b) -> RadixTree a -> RadixTree bradix-tree Data.RadixTree.Word8.Strict Apply a function to every value in the tree.
map :: (a -> b) -> RAList a -> RAList bral Data.RAList >>> map toUpper (fromList ['a'..'f']) fromList "ABCDEF"
map :: (a -> b) -> NERAList a -> NERAList bral Data.RAList.NonEmpty >>> map toUpper (fromNonEmpty ('a' :| ['b'..'f'])) fromNonEmpty ('A' :| "BCDEF")
map :: forall a b (n :: Bin) . (a -> b) -> RAVec n a -> RAVec n bral Data.RAVec No documentation available.
map :: forall a b (m :: BinP) . (a -> b) -> NERAVec m a -> NERAVec m bral Data.RAVec.NonEmpty No documentation available.