CurryInfo: wui2-3.1.0 / HTML.WUI.withError

definition:
withError :: WuiSpec a -> String -> WuiSpec a
withError (WuiSpec (render,_,legal) showhtml correct readvalue) errmsg =
  WuiSpec (render,errmsg,legal) showhtml correct readvalue
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Puts a new error message into a WUI specification.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
infixl
iotype:
{({WuiSpec},_) |-> {WuiSpec}}
name:
withError
precedence:
0
result-values:
{WuiSpec}
signature:
WuiSpec a -> String -> WuiSpec a
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms