CurryInfo: base-3.4.0 / Control.Search.SetFunctions.maxValue

definition: Info
 
maxValue :: Ord a => Values a -> a
maxValue s = maximum (valuesOf s)
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Returns the maximum of a non-empty multiset of values
according to the given comparison function on the elements.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 maxValue
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Ord a => Values a -> a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term