|
definition: |
chooseValue :: Eq a => Values a -> a chooseValue s = fst (choose s) |
|
demand: |
argument 2 |
|
deterministic: |
possibly non-deterministic operation |
|
documentation: |
Thus, `(set1 chooseValue)` is the identity on value sets, i.e., `(set1 chooseValue s)` contains the same elements as the value set `s`. |
|
failfree: |
<FAILING> |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_) |-> _}
|
|
name: |
chooseValue |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
Prelude.Eq a => Values a -> a |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
possibly non-reducible on same data term |