definition:
|
wRequiredStringSize :: Int -> WuiSpec String
wRequiredStringSize size =
wStringSize size `withError` "Missing input:"
`withCondition` (not . null)
|
demand:
|
no demanded arguments
|
deterministic:
|
possibly non-deterministic operation
|
documentation:
|
--- A widget with a size attribute for editing string values
--- that are required to be non-empty.
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {WuiSpec}}
|
name:
|
wRequiredStringSize
|
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
|