|
definition: |
is :: Show a => a -> (a -> Bool) -> Prop is _ _ = propUndefinedError "is" |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
The property `is x p` is satisfied if `x` has a deterministic value which satisfies `p`. |
|
failfree: |
(_, _, _) |
|
indeterministic: |
referentially transparent operation |
|
infix: |
infix |
|
iotype: |
{(_,_,_) |-> _}
|
|
name: |
is |
|
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 |