|
definition: |
eventually :: Bool -> Prop eventually = (`isEventually` id) |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
The property `eventually x` is satisfied if some value of `x` is true. |
|
failfree: |
<FAILING> |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{() |-> {flip}}
|
|
name: |
eventually |
|
precedence: |
no precedence defined |
|
result-values: |
{flip}
|
|
signature: |
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 |