Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. map :: (v1 -> v2) -> InsOrdHashMap k v1 -> InsOrdHashMap k v2

    insert-ordered-containers Data.HashMap.Strict.InsOrd

    No documentation available.

  2. map :: (Hashable b, Eq b) => (a -> b) -> InsOrdHashSet a -> InsOrdHashSet b

    insert-ordered-containers Data.HashSet.InsOrd

    No documentation available.

  3. map :: forall (m :: Type -> Type) a b r . Monad m => (a -> b) -> Stream (Of a) m r -> Stream (Of b) m r

    streaming Streaming.Prelude

    Standard map on the elements of a stream.

    >>> S.stdoutLn $ S.map reverse $ each (words "alpha beta")
    ahpla
    ateb
    

  4. map :: (Char -> Char) -> YiString -> YiString

    yi-rope Yi.Rope

    Maps the characters over the underlying string.

  5. map :: (PrimType a, PrimType b) => (a -> b) -> Block a -> Block b

    basement Basement.Block

    Map all element a from a block to a new block of b

  6. map :: forall a b (n :: Nat) . (PrimType a, PrimType b) => (a -> b) -> BlockN n a -> BlockN n b

    basement Basement.Sized.Block

    No documentation available.

  7. map :: forall a b (n :: Nat) . (a -> b) -> ListN n a -> ListN n b

    basement Basement.Sized.List

    Map all elements in a list

  8. map :: forall a b (n :: Nat) . (PrimType a, PrimType b) => (a -> b) -> UVect n a -> UVect n b

    basement Basement.Sized.UVect

    No documentation available.

  9. map :: forall a b (n :: Nat) . (a -> b) -> Vect n a -> Vect n b

    basement Basement.Sized.Vect

    No documentation available.

  10. map :: (PrimType a, PrimType b) => (a -> b) -> UArray a -> UArray b

    basement Basement.UArray

    No documentation available.

Page 23 of many | Previous | Next