Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. mapWithKey :: (Build -> a -> b) -> RadixTree a -> RadixTree b

    radix-tree Data.RadixTree.Word8.Strict

    Apply a function to every value in the tree.

  2. mapWithKey' :: (Build -> a -> b) -> RadixTree a -> RadixTree b

    radix-tree Data.RadixTree.Word8.Strict

    Apply a function to every value in the tree.

  3. map' :: forall a b (n :: Nat) (m :: BinP) . (a -> b) -> NERAVec' n m a -> NERAVec' n m b

    ral Data.RAVec.NonEmpty

    No documentation available.

  4. map2 :: (a -> b -> c) -> Signal a -> Signal b -> Signal c

    ramus Ramus.Signal

    No documentation available.

  5. map3 :: (a -> b -> c -> d) -> Signal a -> Signal b -> Signal c -> Signal d

    ramus Ramus.Signal

    No documentation available.

  6. map4 :: (a -> b -> c -> d -> e) -> Signal a -> Signal b -> Signal c -> Signal d -> Signal e

    ramus Ramus.Signal

    No documentation available.

  7. map5 :: (a -> b -> c -> d -> e -> f) -> Signal a -> Signal b -> Signal c -> Signal d -> Signal e -> Signal f

    ramus Ramus.Signal

    No documentation available.

  8. mapAccumL :: (acc -> Word8 -> (acc, Word8)) -> acc -> ByteString -> (acc, ByteString)

    rawfilepath Data.ByteString.RawFilePath

    The mapAccumL function behaves like a combination of map and foldl; it applies a function to each element of a ByteString, passing an accumulating parameter from left to right, and returning a final value of this accumulator together with the new ByteString.

  9. mapAccumR :: (acc -> Word8 -> (acc, Word8)) -> acc -> ByteString -> (acc, ByteString)

    rawfilepath Data.ByteString.RawFilePath

    The mapAccumR function behaves like a combination of map and foldr; it applies a function to each element of a ByteString, passing an accumulating parameter from right to left, and returning a final value of this accumulator together with the new ByteString.

  10. mapWithKey :: Ord k => (k -> a -> b) -> RMap k a -> RMap k b

    rec-def Data.Recursive.Map

    RM.get (RM.mapWithKey (applyFun2 f) m) === M.mapWithKey (applyFun2 f) (RM.get m)
    

Page 317 of many | Previous | Next