|
definition: |
wSelectInt :: [Int] -> WuiSpec Int wSelectInt = wSelect show |
|
demand: |
no demanded arguments |
|
deterministic: |
possibly non-deterministic operation |
|
documentation: |
A widget to select a value from a given list of integers (provided as the argument). The current value should be contained in the value list and is preselected. |
|
failfree: |
<FAILING> |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{() |-> {wSelect}}
|
|
name: |
wSelectInt |
|
precedence: |
no precedence defined |
|
result-values: |
{wSelect}
|
|
signature: |
[Prelude.Int] -> WuiSpec Prelude.Int |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
possibly non-terminating |
|
totally-defined: |
possibly non-reducible on same data term |