Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

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

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

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

    synthesizer-core Synthesizer.Causal.Process

    No documentation available.

  4. map :: Arrow arrow => (b -> c) -> arrow a b -> arrow a c

    synthesizer-core Synthesizer.Causal.Utility

    No documentation available.

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

    synthesizer-core Synthesizer.Frame.Stereo

    No documentation available.

  6. map :: (Transform0 sig, Storage (sig y0), Storage (sig y1)) => (y0 -> y1) -> sig y0 -> sig y1

    synthesizer-core Synthesizer.Generic.Signal

    No documentation available.

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

    synthesizer-core Synthesizer.State.Signal

    No documentation available.

  8. map :: (Storable x, Storable y) => (x -> y) -> Vector x -> Vector y

    synthesizer-core Synthesizer.Storable.Signal

    No documentation available.

  9. map :: (Char -> Char) -> CharSet -> CharSet

    charset Data.CharSet

    No documentation available.

  10. map :: MonadReader (Deque a) m => (a -> b) -> m (Deque b)

    deque Deque.Lazy.Reader

    Modify each element of the queue.

Page 31 of many | Previous | Next