definition: |
for :: Show a => a -> (a -> Prop) -> Prop for _ _ = propUndefinedError "for" |
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: |
(_, _, _) |
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: |
yes |
totally-defined: |
reducible on all ground data terms |