CurryInfo: base-3.4.0 / Data.List.maximum

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