CurryInfo: wui2-3.1.0 / HTML.WUI.wRequiredString

definition:
wRequiredString :: WuiSpec String
wRequiredString =
  wString `withError`     "Missing input:"
          `withCondition` (not . null)
demand:
no demanded arguments
deterministic:
possibly non-deterministic operation
documentation:
--- A widget for editing string values that are required to be non-empty.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {WuiSpec}}
name:
wRequiredString
precedence:
no precedence defined
result-values:
{WuiSpec}
signature:
WuiSpec String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term