CurryInfo: easycheck-3.2.0 / Test.EasyCheck.for

definition:
 
for :: Show a => a -> (a -> Prop) -> Prop
for x p = forAll (valuesOf x) p
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
The property `for x p` is satisfied if all values `y` of `x`
satisfy property `p y`.
failfree:
 <FAILING>
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_,_,_) |-> _}
name:
 for
precedence:
 no precedence defined
result-values:
 _
signature:
 Prelude.Show a => a -> (a -> 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