Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. chunkMap :: forall (m :: Type -> Type) r . Monad m => (ByteString -> ByteString) -> ByteStream m r -> ByteStream m r

    streaming-bytestring Streaming.ByteString.Char8

    Instead of mapping over each Word8 or Char, map over each strict ByteString chunk in the stream.

  2. chunkMapM :: Monad m => (ByteString -> m ByteString) -> ByteStream m r -> ByteStream m r

    streaming-bytestring Streaming.ByteString.Char8

    Like chunkMap, but map effectfully.

  3. chunkMapM_ :: Monad m => (ByteString -> m x) -> ByteStream m r -> m r

    streaming-bytestring Streaming.ByteString.Char8

    Like chunkMapM, but discard the result of each effectful mapping.

  4. chunkMap :: forall (m :: Type -> Type) r . Monad m => (ByteString -> ByteString) -> ByteStream m r -> ByteStream m r

    streaming-bytestring Streaming.ByteString.Internal

    Instead of mapping over each Word8 or Char, map over each strict ByteString chunk in the stream.

  5. chunkMapM :: Monad m => (ByteString -> m ByteString) -> ByteStream m r -> ByteStream m r

    streaming-bytestring Streaming.ByteString.Internal

    Like chunkMap, but map effectfully.

  6. chunkMapM_ :: Monad m => (ByteString -> m x) -> ByteStream m r -> m r

    streaming-bytestring Streaming.ByteString.Internal

    Like chunkMapM, but discard the result of each effectful mapping.

  7. feDisplacementMap_ :: Term result => [Attribute] -> result

    svg-builder Graphics.Svg.Elements

    fedisplacementmap element

  8. foldMap :: (Read sig a, Monoid m) => (a -> m) -> sig a -> m

    synthesizer-core Synthesizer.Generic.Signal

    No documentation available.

  9. monoidConcatMap :: (Read sig a, Monoid m) => (a -> m) -> sig a -> m

    synthesizer-core Synthesizer.Generic.Signal

    Deprecated: Use foldMap instead.

  10. histogramDiscreteIntMap :: T T Int -> (Int, T Int)

    synthesizer-core Synthesizer.Plain.Analysis

    Input list must be finite. If the input signal is empty, the offset is undefined. List is scanned once, counting may be slower.

Page 973 of many | Previous | Next