definition: |
checkPropIOWithMsg :: Config -> String -> PropIO -> IO (Maybe String) checkPropIOWithMsg config msg p = catchNDIO msg $ (ioTestOf p) (isQuiet config) msg |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Safely checks an IO property, i.e., catch all exceptions that might occur --- and return appropriate error message in case of a failed test. --- This operation is used by the currycheck tool. |
failfree: |
(_, _, _) |
indeterministic: |
might be indeterministic |
infix: |
no fixity defined |
iotype: |
{(_,_,_) |-> _} |
name: |
checkPropIOWithMsg |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Config -> String -> Test.Prop.Types.PropIO -> Prelude.IO (Prelude.Maybe String) |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |