definition: |
isEventually :: Show a => a -> (a -> Bool) -> Prop isEventually x = test x . any |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- The property `isEventually x p` is satisfied if some value of `x` --- satisfies `p`. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
infix |
iotype: |
{(_,_) |-> {.._#lambda508}} |
name: |
isEventually |
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 |