Sum

sum :: Num a => [a] -> a
base Prelude, base Data.List
The sum function computes the sum of a finite list of numbers.
Sum :: a -> Sum a
base Data.Monoid
newtype Sum a
base Data.Monoid
Monoid under addition.
sum :: (Foldable t, Num a) => t a -> a
base Data.Foldable
The sum function computes the sum of the numbers of a structure.
summary :: State -> [(String, Int)]
QuickCheck Test.QuickCheck.Test
summaryBuffer :: Buffer a -> String
base GHC.IO.Buffer
asum :: (Foldable t, Alternative f) => t (f a) -> f a
base Data.Foldable
The sum of a collection of actions, generalizing concat.
getSum :: Sum a -> a
base Data.Monoid
msum :: (Foldable t, MonadPlus m) => t (m a) -> m a
base Data.Foldable
The sum of a collection of actions, generalizing concat.
msum :: MonadPlus m => [m a] -> m a
base Control.Monad
This generalizes the list-based concat function.
package blakesum
package
This provides an implementation of the BLAKE SHA-3 candidate hash algorithms in Haskell, including BLAKE-256, BLAKE-512, BLAKE-224, and BLAKE-384. Based on the BLAKE proposal, here: http://131002.net/blake/blake.pdf Contributions and optimizations are welcome! Version 0.5
package blakesum-demo
package
This provides an executable which relies on the `blakesum` library, `Data.Digest.BLAKE`. Usage: blakesum [--algorithm=BITS] [--check] [--salt=SALT] FILE(S) Contributions and optimizations are welcome! Version 0.5
colorSum :: StateVar Capability
OpenGL Graphics.Rendering.OpenGL.GL.ColorSum
Consumed :: a -> Consumed a
parsec Text.Parsec.Prim
data Consumed a
parsec Text.Parsec.Prim
package Consumer
package
Useful for building parsing type operations on top of a list of elements Version 1.2
package dependent-sum
package
Dependent sums and supporting typeclasses for comparing and formatting them. Version 0.2.0.1
module Graphics.Rendering.OpenGL.GL.ColorSum
OpenGL Graphics.Rendering.OpenGL.GL.ColorSum
This module corresponds to section 3.9 (Color Sum) of the OpenGL 2.1 specs.
package resumable-exceptions
package
This package defines a monad transformer for resumable exceptions; like ErrorT except the exceptions include a resumption. It interoperates with the mtl monads, but beware!, many of those instances are unvalidated. Version 0.0.0.20100920
timeZoneSummerOnly :: TimeZone -> Bool
time Data.Time.LocalTime
Is this time zone just persisting for the summer?