Sum -package

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.
colorSum :: StateVar Capability
OpenGL Graphics.Rendering.OpenGL.GL.ColorSum
Consumed :: a -> Consumed a
parsec Text.Parsec.Prim
data Consumed a
parsec Text.Parsec.Prim
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.
timeZoneSummerOnly :: TimeZone -> Bool
time Data.Time.LocalTime
Is this time zone just persisting for the summer?