CurryInfo: wui2-3.1.0 / HTML.WUI.withRendering

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