|
definition: |
successful :: Show a => a -> Prop successful x = test x (not . null) |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
The property `successful x` is satisfied if `x` has at least one value. |
|
failfree: |
<FAILING> |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_,_) |-> {Prop}}
|
|
name: |
successful |
|
precedence: |
no precedence defined |
|
result-values: |
{Prop}
|
|
signature: |
Prelude.Show a => a -> 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 |