Hoogle Search

Within LTS Haskell 24.15 (ghc-9.10.3)

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

  1. map :: (a -> b) -> [a] -> [b]

    prelude-compat Prelude2010

    No documentation available.

  2. map :: (a -> b) -> Vector a -> Vector b

    rebase Rebase.Data.Vector

    No documentation available.

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

    rebase Rebase.Data.Vector.Fusion.Stream.Monadic

    Map a function over a Stream

  4. map :: (Vector v a, Vector v b) => (a -> b) -> v a -> v b

    rebase Rebase.Data.Vector.Generic

    No documentation available.

  5. map :: (Prim a, Prim b) => (a -> b) -> Vector a -> Vector b

    rebase Rebase.Data.Vector.Primitive

    No documentation available.

  6. map :: (Storable a, Storable b) => (a -> b) -> Vector a -> Vector b

    rebase Rebase.Data.Vector.Storable

    No documentation available.

  7. map :: (Unbox a, Unbox b) => (a -> b) -> Vector a -> Vector b

    rebase Rebase.Data.Vector.Unboxed

    No documentation available.

  8. map :: forall (m :: Type -> Type) r . Monad m => (Word8 -> Word8) -> ByteStream m r -> ByteStream m r

    streaming-bytestring Streaming.ByteString

    O(n) map f xs is the ByteStream obtained by applying f to each element of xs.

  9. map :: forall (m :: Type -> Type) r . Monad m => (Char -> Char) -> ByteStream m r -> ByteStream m r

    streaming-bytestring Streaming.ByteString.Char8

    O(n) map f xs is the ByteStream obtained by applying f to each element of xs.

  10. map :: (a -> b) -> T a b

    synthesizer-core Synthesizer.Causal.Process

    No documentation available.

Page 19 of many | Previous | Next