CurryInfo: easycheck-3.2.0 / Test.EasyCheck.ioTestOf

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