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