|
definition: |
toIOError :: IO a -> PropIO toIOError _ = propUndefinedError "toIOError" |
|
demand: |
no demanded arguments |
|
deterministic: |
deterministic operation |
|
documentation: |
The property `toIOError a` is satisfied if the execution of the I/O action `a` causes an exception. |
|
failfree: |
_ |
|
indeterministic: |
referentially transparent operation |
|
infix: |
no fixity defined |
|
iotype: |
{(_) |-> _}
|
|
name: |
toIOError |
|
precedence: |
no precedence defined |
|
result-values: |
_ |
|
signature: |
Prelude.IO a -> Test.Prop.Types.PropIO |
|
solution-complete: |
operation might suspend on free variables |
|
terminating: |
yes |
|
totally-defined: |
reducible on all ground data terms |