CurryInfo: easycheck-3.2.0 / Test.EasyCheck.==>

definition:
 
(==>) :: Bool -> Prop -> Prop
cond ==> p =
  if True `elem` valuesOf cond
  then p
  else Prop [notest]
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
A conditional property is tested if the condition evaluates to `True`.
failfree:
 <FAILING>
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:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term