Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

  1. sum :: Num a => Vector a -> a

    rio RIO.Vector.Boxed

    No documentation available.

  2. sum :: (Storable a, Num a) => Vector a -> a

    rio RIO.Vector.Storable

    No documentation available.

  3. sum :: (Unbox a, Num a) => Vector a -> a

    rio RIO.Vector.Unboxed

    No documentation available.

  4. sum :: Vector v Double => v Double -> Double

    statistics Statistics.Sample.Internal

    No documentation available.

  5. sum :: Powers -> Double

    statistics Statistics.Sample.Powers

    The sum of elements in the original Sample. This is the sample's first simple power.

  6. sum :: (Summation s, Foldable f) => (s -> Double) -> f Double -> Double

    math-functions Numeric.Sum

    Sum a collection of values. Example: foo = sum kbn [1,2,3]

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

    Cabal-syntax Distribution.Compat.Prelude

    No documentation available.

  8. sum :: (C sh, Storable a, Num a) => Array sh a -> a

    comfort-array Data.Array.Comfort.Storable

    \(Array16 xs)  ->  Array.sum xs == sum (Array.toList xs)
    

  9. sum :: (C sh, Storable a, Num a) => Array sh a -> a

    comfort-array Data.Array.Comfort.Storable.Unchecked

    \(Array16 xs)  ->  Array.sum xs == sum (Array.toList xs)
    

  10. sum :: C a => [a] -> a

    non-negative Numeric.NonNegative.Class

    No documentation available.

Page 10 of many | Previous | Next