|
definition: |
maxValue :: Ord a => Values a -> a maxValue s = maximum (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: |
maxValue |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
Prelude.Ord a => Values a -> a |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
possibly non-reducible on same data term |