CurryInfo: base-3.3.0 / Data.List.sum

definition:
sum :: Num a => [a] -> a
sum ns = foldl (+) 0 ns
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Returns the sum of a list of integers.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
sum
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Num a => [a] -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms