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

definition: Info
 
check4 :: (Data a, Data b, Data c, Data d, Show a, Show b, Show c, Show d) =>
          Config -> String -> (a -> b -> c -> d -> Prop) -> IO Bool
check4 config msg = check config msg . suc (suc (suc (suc id)))
demand: Info
 no demanded arguments
deterministic: Info
 possibly non-deterministic operation
documentation: Info
 
Checks a property parameterized over four arguments
with a given configuration (first argument)
and a name for the test (second argument).
Returns a flag whether the test was successful.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_,_,_,_,_,_,_) |-> {.._#lambda508}}
name: Info
 check4
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 (Prelude.Data a, Prelude.Data b, Prelude.Data c, Prelude.Data d, Prelude.Show a, Prelude.Show b, Prelude.Show c, Prelude.Show d) => Config
-> String -> (a -> b -> c -> d -> Test.Prop.Types.Prop)
-> Prelude.IO Prelude.Bool
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term