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.
sumN :: forall (m :: Type -> Type) a . (Monad m, Num a) => Automaton m a aautomaton Data.Automaton Sum up all inputs so far, initialised at 0.
sumS :: forall (m :: Type -> Type) v s . (Monad m, VectorSpace v s) => Automaton m v vautomaton Data.Automaton Like sumFrom, initialised at 0.
summarize :: Alignment -> ByteStringelynx-seq ELynx.Sequence.Alignment Similar to summarizeSequenceList but with different Header.
-
elynx-seq ELynx.Sequence.Defaults The length shown when summarizing sequences.
-
elynx-seq ELynx.Sequence.Defaults How many sequences are shown in summary.
summarize :: Sequence -> ByteStringelynx-seq ELynx.Sequence.Sequence Trim and show a Sequence.
summarizeSequences :: [Sequence] -> ByteStringelynx-seq ELynx.Sequence.Sequence Trim and show a list of Sequences.
sumOf :: Num a => FoldLike (Sum a) s t a b -> s -> alens-family-core Lens.Family sumOf :: Num a => Fold s t a b -> s -> a
Returns the sum of all the referenced values.sumWithSample :: (CanAddSameType t, ConvertibleExactlyWithSample Integer t) => t -> [t] -> tmixed-types-num Numeric.MixedTypes.AddSub No documentation available.
summary :: Info -> [Quantile] -> Metric Summaryprometheus-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.