Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
summarizeSequences :: [Sequence] -> ByteStringelynx-seq ELynx.Sequence.Sequence Trim and show a list of Sequences.
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.
sum' :: (Num a, AggregatedContext ac, SqlContext ac) => Record Flat a -> Record ac (Maybe a)relational-query Database.Relational.Arrow Aggregation function SUM.
-
relational-query Database.Relational.Arrow Aggregation function SUM.
sum' :: (Num a, AggregatedContext ac, SqlContext ac) => Record Flat a -> Record ac (Maybe a)relational-query Database.Relational.Projectable Aggregation function SUM.
-
relational-query Database.Relational.Projectable Aggregation function SUM.
sumAllP :: (Shape sh, Source r a, Unbox a, Num a, Monad m) => Array r sh a -> m arepa Data.Array.Repa Parallel sum all the elements of an array.
sumAllS :: (Shape sh, Source r a, Num a) => Array r sh a -> arepa Data.Array.Repa Sequential sum of all the elements of an array.
sumP :: (Shape sh, Source r a, Num a, Unbox a, Monad m) => Array r (sh :. Int) a -> m (Array U sh a)repa Data.Array.Repa Parallel sum the innermost dimension of an array.