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

definition: Info
 
minValueBy :: (a -> a -> Ordering) -> Values a -> a
minValueBy cmp s = minimumBy cmp (valuesOf s)
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Returns the minimum 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
 minValueBy
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 (a -> a -> Prelude.Ordering) -> 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