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.
sumS :: (Shape sh, Source r a, Num a, Unbox a) => Array r (sh :. Int) a -> Array U sh arepa Data.Array.Repa Sequential sum the innermost dimension of an array.
sumAllP :: (Shape sh, Source r a, Unbox a, Num a, Monad m) => Array r sh a -> m arepa Data.Array.Repa.Operators.Reduction Parallel sum all the elements of an array.
sumAllS :: (Shape sh, Source r a, Num a) => Array r sh a -> arepa Data.Array.Repa.Operators.Reduction 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.Operators.Reduction Parallel sum the innermost dimension of an array.
sumS :: (Shape sh, Source r a, Num a, Unbox a) => Array r (sh :. Int) a -> Array U sh arepa Data.Array.Repa.Operators.Reduction Sequential sum the innermost dimension of an array.
sumFromTo :: LaTeXC l => l -> l -> lHaTeX Text.LaTeX.Base.Math Sigma sumation symbol with limits, like <math>.
sumFromTo :: LaTeXC l => l -> l -> lHaTeX Text.LaTeX.Packages.AMSMath Sigma sumation symbol with limits, like <math>.
sumAreas :: Area -> Area -> AreaLambdaHack Game.LambdaHack.Common.Area No documentation available.
sumScaledSkills :: [(Skills, Int)] -> SkillsLambdaHack Game.LambdaHack.Definition.Ability No documentation available.
sumC :: forall (m :: Type -> Type) a o . (Monad m, Num a) => ConduitT a o m aclassy-prelude-conduit ClassyPrelude.Conduit Get the sum of all values in the stream.