CurryInfo: boxes-3.0.0 / Boxes.sum

definition:
sum :: [Int] -> Int
sum = foldl (+) 0
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {foldl}}
name:
sum
precedence:
no precedence defined
result-values:
{foldl}
signature:
[Prelude.Int] -> Prelude.Int
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms