CurryInfo: easycheck-3.2.0 / Test.EasyCheck.Exec.checkPropIOWithMsg

definition: Info
 
checkPropIOWithMsg :: Config -> String -> PropIO -> IO (Maybe String)
checkPropIOWithMsg config msg p =
  catchNDIO msg $ (ioTestOf p) (isQuiet config) msg
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
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: Info
 (_, _, _)
indeterministic: Info
 might be indeterministic
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> _}
name: Info
 checkPropIOWithMsg
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Config -> String -> Test.Prop.Types.PropIO -> Prelude.IO (Prelude.Maybe String)
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term