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.
-
streaming-bytestring Streaming.ByteString.Char8 Instead of mapping over each Word8 or Char, map over each strict ByteString chunk in the stream.
chunkMapM :: Monad m => (ByteString -> m ByteString) -> ByteStream m r -> ByteStream m rstreaming-bytestring Streaming.ByteString.Char8 Like chunkMap, but map effectfully.
chunkMapM_ :: Monad m => (ByteString -> m x) -> ByteStream m r -> m rstreaming-bytestring Streaming.ByteString.Char8 Like chunkMapM, but discard the result of each effectful mapping.
-
streaming-bytestring Streaming.ByteString.Internal Instead of mapping over each Word8 or Char, map over each strict ByteString chunk in the stream.
chunkMapM :: Monad m => (ByteString -> m ByteString) -> ByteStream m r -> ByteStream m rstreaming-bytestring Streaming.ByteString.Internal Like chunkMap, but map effectfully.
chunkMapM_ :: Monad m => (ByteString -> m x) -> ByteStream m r -> m rstreaming-bytestring Streaming.ByteString.Internal Like chunkMapM, but discard the result of each effectful mapping.
feDisplacementMap_ :: Term result => [Attribute] -> resultsvg-builder Graphics.Svg.Elements fedisplacementmap element
foldMap :: (Read sig a, Monoid m) => (a -> m) -> sig a -> msynthesizer-core Synthesizer.Generic.Signal No documentation available.
monoidConcatMap :: (Read sig a, Monoid m) => (a -> m) -> sig a -> msynthesizer-core Synthesizer.Generic.Signal Deprecated: Use foldMap instead.
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.