definition: |
wStringSize :: Int -> WuiSpec String wStringSize size = wStringAttrs [("size",show size)] |
demand: |
no demanded arguments |
deterministic: |
possibly non-deterministic operation |
documentation: |
--- A widget for editing string values with a size attribute. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {WuiSpec}} |
name: |
wStringSize |
precedence: |
no precedence defined |
result-values: |
{WuiSpec} |
signature: |
Prelude.Int -> WuiSpec String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |