Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. sumOver_ :: (BeamSqlBackend be, Num a) => Maybe (BeamSqlBackendAggregationQuantifierSyntax be) -> QExpr be s a -> QAgg be s (Maybe a)

    beam-core Database.Beam.Query

    No documentation available.

  2. sum_ :: (BeamSqlBackend be, Num a) => QExpr be s a -> QAgg be s (Maybe a)

    beam-core Database.Beam.Query

    SQL SUM(ALL ..) function (but without the explicit ALL)

  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