Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. sumN :: forall (m :: Type -> Type) a . (Monad m, Num a) => Automaton m a a

    automaton Data.Automaton

    Sum up all inputs so far, initialised at 0.

  2. sumS :: forall (m :: Type -> Type) v s . (Monad m, VectorSpace v s) => Automaton m v v

    automaton Data.Automaton

    Like sumFrom, initialised at 0.

  3. summarize :: Alignment -> ByteString

    elynx-seq ELynx.Sequence.Alignment

    Similar to summarizeSequenceList but with different Header.

  4. summaryLength :: Int

    elynx-seq ELynx.Sequence.Defaults

    The length shown when summarizing sequences.

  5. summaryNSequences :: Int

    elynx-seq ELynx.Sequence.Defaults

    How many sequences are shown in summary.

  6. summarize :: Sequence -> ByteString

    elynx-seq ELynx.Sequence.Sequence

    Trim and show a Sequence.

  7. summarizeSequences :: [Sequence] -> ByteString

    elynx-seq ELynx.Sequence.Sequence

    Trim and show a list of Sequences.

  8. sumOf :: Num a => FoldLike (Sum a) s t a b -> s -> a

    lens-family-core Lens.Family

    sumOf :: Num a => Fold s t a b -> s -> a
    
    Returns the sum of all the referenced values.

  9. sumWithSample :: (CanAddSameType t, ConvertibleExactlyWithSample Integer t) => t -> [t] -> t

    mixed-types-num Numeric.MixedTypes.AddSub

    No documentation available.

  10. summary :: Info -> [Quantile] -> Metric Summary

    prometheus-client Prometheus

    Creates a new summary metric with a given name, help string, and a list of quantiles. A reasonable set set of quantiles is provided by defaultQuantiles.

Page 54 of many | Previous | Next