Hoogle Search

Within LTS Haskell 24.39 (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.Lazy

    Apply a function to every value in the tree.

  2. map' :: (a -> b) -> RadixTree a -> RadixTree b

    radix-tree Data.RadixTree.Word8.Strict

    Apply a function to every value in the tree.

  3. mapEither :: (a -> Either b c) -> RadixTree a -> Split b c

    radix-tree Data.RadixTree.Word8.Strict

    Apply a function to every value in the tree and create two trees, one out of Left results and one out of Right ones. The Either is evaluated to WHNF.

  4. mapEitherWithKey :: (Build -> a -> Either b c) -> RadixTree a -> Split b c

    radix-tree Data.RadixTree.Word8.Strict

    Apply a function to every value in the tree and create two trees, one out of Left results and one out of Right ones. The Either is evaluated to WHNF.

  5. mapMaybe :: (a -> Maybe b) -> RadixTree a -> RadixTree b

    radix-tree Data.RadixTree.Word8.Strict

    Apply a function to every value in the tree and create one out of Just values. The Maybe is evaluated to WHNF.

  6. mapMaybeWithKey :: (Build -> a -> Maybe b) -> RadixTree a -> RadixTree b

    radix-tree Data.RadixTree.Word8.Strict

    Apply a function to every value in the tree and create one out of Just values. The Maybe is evaluated to WHNF.

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

    radix-tree Data.RadixTree.Word8.Strict

    Apply a function to every value in the tree.

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

    radix-tree Data.RadixTree.Word8.Strict

    Apply a function to every value in the tree.

  9. 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.

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

    ramus Ramus.Signal

    No documentation available.

Page 357 of many | Previous | Next