Hoogle Search
Within LTS Haskell 24.11 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
map :: forall a b (n :: Nat) . (a -> b) -> Tree n a -> Tree n bral Data.RAVec.Tree >>> map not $ Node (Leaf True) (Leaf False) Node (Leaf False) (Leaf True)
map :: forall a b (n :: Nat) . SNatI n => (a -> b) -> Tree n a -> Tree n bral Data.RAVec.Tree.DF >>> map not $ Node (Leaf True) (Leaf False) Node (Leaf False) (Leaf True)
map :: (Word8 -> Word8) -> ByteString -> ByteStringrawfilepath Data.ByteString.RawFilePath O(n) map f xs is the ByteString obtained by applying f to each element of xs.
map :: Ord k => (a -> b) -> RMap k a -> RMap k brec-def Data.Recursive.Map RM.get (RM.map (applyFun f) m) === M.map (applyFun f) (RM.get m)
map :: (Char -> Char) -> Rope -> Roperope-utf16-splay Data.Rope.UTF16 Map over the characters of a rope
map :: (Char -> Char) -> Rope -> Roperope-utf16-splay Data.Rope.UTF16.Internal Map over the characters of a rope
map :: (Measured v a, Measured w b) => (a -> b) -> SplayTree v a -> SplayTree w brope-utf16-splay Data.SplayTree No documentation available.
map :: (a -> b) -> Vector a -> Vector brrb-vector Data.RRBVector Apply the function to every element.
>>> map (+ 1) (fromList [1, 2, 3]) fromList [2,3,4]
-
sample-frame-np Sound.Frame.NumericPrelude.Stereo No documentation available.
-
sized Data.Sized Map function. Since 0.7.0.0