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.

  1. sumS :: (Shape sh, Source r a, Num a, Unbox a) => Array r (sh :. Int) a -> Array U sh a

    repa Data.Array.Repa

    Sequential sum the innermost dimension of an array.

  2. sumAllP :: (Shape sh, Source r a, Unbox a, Num a, Monad m) => Array r sh a -> m a

    repa Data.Array.Repa.Operators.Reduction

    Parallel sum all the elements of an array.

  3. sumAllS :: (Shape sh, Source r a, Num a) => Array r sh a -> a

    repa Data.Array.Repa.Operators.Reduction

    Sequential sum of all the elements of an array.

  4. 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.

  5. sumS :: (Shape sh, Source r a, Num a, Unbox a) => Array r (sh :. Int) a -> Array U sh a

    repa Data.Array.Repa.Operators.Reduction

    Sequential sum the innermost dimension of an array.

  6. sumFromTo :: LaTeXC l => l -> l -> l

    HaTeX Text.LaTeX.Base.Math

    Sigma sumation symbol with limits, like <math>.

  7. sumFromTo :: LaTeXC l => l -> l -> l

    HaTeX Text.LaTeX.Packages.AMSMath

    Sigma sumation symbol with limits, like <math>.

  8. sumAreas :: Area -> Area -> Area

    LambdaHack Game.LambdaHack.Common.Area

    No documentation available.

  9. sumScaledSkills :: [(Skills, Int)] -> Skills

    LambdaHack Game.LambdaHack.Definition.Ability

    No documentation available.

  10. sumC :: forall (m :: Type -> Type) a o . (Monad m, Num a) => ConduitT a o m a

    classy-prelude-conduit ClassyPrelude.Conduit

    Get the sum of all values in the stream.

Page 56 of many | Previous | Next