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.
-
rio RIO.Vector.Boxed No documentation available.
sum :: (Storable a, Num a) => Vector a -> ario RIO.Vector.Storable No documentation available.
sum :: (Unbox a, Num a) => Vector a -> ario RIO.Vector.Unboxed No documentation available.
sum :: Vector v Double => v Double -> Doublestatistics Statistics.Sample.Internal No documentation available.
-
statistics Statistics.Sample.Powers The sum of elements in the original Sample. This is the sample's first simple power.
sum :: (Summation s, Foldable f) => (s -> Double) -> f Double -> Doublemath-functions Numeric.Sum sum :: (Foldable t, Num a) => t a -> aCabal-syntax Distribution.Compat.Prelude No documentation available.
sum :: (C sh, Storable a, Num a) => Array sh a -> acomfort-array Data.Array.Comfort.Storable \(Array16 xs) -> Array.sum xs == sum (Array.toList xs)
sum :: (C sh, Storable a, Num a) => Array sh a -> acomfort-array Data.Array.Comfort.Storable.Unchecked \(Array16 xs) -> Array.sum xs == sum (Array.toList xs)
-
non-negative Numeric.NonNegative.Class No documentation available.