definition: |
minValue :: Ord a => Values a -> a minValue s = minimum (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: |
minValue |
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 |