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