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