Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. sum :: (Foldable f, Monoidal m) => f m -> m

    algebra Numeric.Algebra

    No documentation available.

  2. sum :: (Foldable f, Monoidal m) => f m -> m

    algebra Numeric.Algebra.Class

    No documentation available.

  3. sum :: (MonoFoldable mono, Num (Element mono)) => mono -> Element mono

    classy-prelude-yesod ClassyPrelude.Yesod

    Synonym for osum

  4. sum :: (Foldable t, Num a) => t a -> a

    constrained-categories Control.Category.Constrained.Prelude

    The sum function computes the sum of the numbers of a structure.

    Examples

    Basic usage:
    >>> sum []
    0
    
    >>> sum [42]
    42
    
    >>> sum [1..10]
    55
    
    >>> sum [4.1, 2.0, 1.7]
    7.8
    
    >>> sum [1..]
    * Hangs forever *
    

  5. sum :: (Foldable t, Num a) => t a -> a

    constrained-categories Control.Category.Hask

    The sum function computes the sum of the numbers of a structure.

    Examples

    Basic usage:
    >>> sum []
    0
    
    >>> sum [42]
    42
    
    >>> sum [1..10]
    55
    
    >>> sum [4.1, 2.0, 1.7]
    7.8
    
    >>> sum [1..]
    * Hangs forever *
    

  6. sum :: DistributionUpdate -> Maybe SplitInt64

    gogol-dataflow Gogol.Dataflow

    Use an int64 since we'd prefer the added precision. If overflow is a common problem we can detect it and use an additional int64 or a double.

  7. sum :: FloatingPointMean -> Maybe Double

    gogol-dataflow Gogol.Dataflow

    The sum of all values being aggregated.

  8. sum :: IntegerMean -> Maybe SplitInt64

    gogol-dataflow Gogol.Dataflow

    The sum of all values being aggregated.

  9. sum :: DistributionUpdate -> Maybe SplitInt64

    gogol-dataflow Gogol.Dataflow.Types

    Use an int64 since we'd prefer the added precision. If overflow is a common problem we can detect it and use an additional int64 or a double.

  10. sum :: FloatingPointMean -> Maybe Double

    gogol-dataflow Gogol.Dataflow.Types

    The sum of all values being aggregated.

Page 19 of many | Previous | Next