Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

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

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

    svg-builder Graphics.Svg.Elements

    fedisplacementmap element

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

    synthesizer-core Synthesizer.Generic.Signal

    No documentation available.

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

    synthesizer-core Synthesizer.Generic.Signal

    Deprecated: Use foldMap instead.

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

  6. histogramIntMap :: C y => y -> T T y -> (Int, T Int)

    synthesizer-core Synthesizer.Plain.Analysis

    No documentation available.

  7. histogramLinearIntMap :: C y => T T y -> (Int, T y)

    synthesizer-core Synthesizer.Plain.Analysis

    No documentation available.

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

    synthesizer-core Synthesizer.State.Analysis

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

  9. histogramIntMap :: C y => y -> T y -> (Int, T Int)

    synthesizer-core Synthesizer.State.Analysis

    No documentation available.

  10. histogramLinearIntMap :: C y => T y -> (Int, T y)

    synthesizer-core Synthesizer.State.Analysis

    No documentation available.

Page 975 of many | Previous | Next