| definition: | ioTestOf :: PropIO -> (Bool -> String -> IO (Maybe String)) ioTestOf (PropIO t) = t | 
| demand: | argument 1 | 
| deterministic: | deterministic operation | 
| documentation: | Extracts the tests of an I/O property (used by the test runner). | 
| failfree: | _ | 
| indeterministic: | referentially transparent operation | 
| infix: | no fixity defined | 
| iotype: |  {({PropIO}) |-> _} | 
| name: | ioTestOf | 
| precedence: | no precedence defined | 
| result-values: | _ | 
| signature: | Test.Prop.Types.PropIO -> Prelude.Bool -> String -> Prelude.IO (Prelude.Maybe String) | 
| solution-complete: | operationally complete operation | 
| terminating: | yes | 
| totally-defined: | reducible on all ground data terms |