CurryInfo: base-3.3.0 / Control.Search.SetFunctions.maxValueBy

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