| definition: | toIOError :: IO a -> PropIO toIOError act = PropIO (hasIOError act) | 
| 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: |  {(_) |-> {PropIO}} | 
| name: | toIOError | 
| precedence: | no precedence defined | 
| result-values: |  {PropIO} | 
| signature: | Prelude.IO a -> Test.Prop.Types.PropIO | 
| solution-complete: | operation might suspend on free variables | 
| terminating: | possibly non-terminating | 
| totally-defined: | reducible on all ground data terms |