CurryInfo: setfunctions-3.0.0 / Control.SetFunctions.minValueBy

definition:
minValueBy :: (a -> a -> Ordering) -> Values a -> a
minValueBy cmp s = minimumBy cmp (valuesOf s)
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- Returns the minimum 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:
minValueBy
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