definition: |
(==>) :: Bool -> Prop -> Prop _ ==> _ = propUndefinedError "==>" |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- A conditional property is tested if the condition evaluates to `True`. |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
infixr |
iotype: |
{(_,_) |-> _} |
name: |
==> |
precedence: |
0 |
result-values: |
_ |
signature: |
Prelude.Bool -> Test.Prop.Types.Prop -> Test.Prop.Types.Prop |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |