CurryInfo: base-3.3.0 / Data.List.maximum

definition:
maximum :: Ord a => [a] -> a
maximum xs@(_:_) =  foldl1 max xs
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Returns the maximum of a non-empty list.
failfree:
(_, {:})
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{:}) |-> _}
name:
maximum
precedence:
no precedence defined
result-values:
_
signature:
Prelude.Ord a => [a] -> a
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term