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