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

definition: Info
 
verboseCheck5 :: (Data a, Data b, Data c, Data d, Data e,
                  Show a, Show b, Show c, Show d, Show e) =>
                 String -> (a -> b -> c -> d -> e -> Prop) -> IO Bool
verboseCheck5 = check5 verboseConfig
demand: Info
 no demanded arguments
deterministic: Info
 possibly non-deterministic operation
documentation: Info
 
Checks a property parameterized over five arguments
according to the verbose configuration
and a name for the test (first argument).
Returns a flag whether the test was successful.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_,_,_,_,_,_,_) |-> {check5}}
name: Info
 verboseCheck5
precedence: Info
 no precedence defined
result-values: Info
 {check5}
signature: Info
 (Prelude.Data a, Prelude.Data b, Prelude.Data c, Prelude.Data d, Prelude.Data e, Prelude.Show a, Prelude.Show b, Prelude.Show c, Prelude.Show d, Prelude.Show e) => String
-> (a -> b -> c -> d -> e -> 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