CurryInfo: base-3.4.0 / Test.Prop.forAll

definition: Info
 
forAll :: Show a => [a] -> (a -> Prop) -> Prop
forAll _ _ = propUndefinedError "forAll"
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
The property `forAll xs p` is satisfied if all values `x` of the list `xs`
satisfy property `p x`.
failfree: Info
 (_, _, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> _}
name: Info
 forAll
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Show a => [a] -> (a -> Test.Prop.Types.Prop) -> Test.Prop.Types.Prop
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 reducible on all ground data terms