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

definition: Info
 
checkWithValues3 :: (Show a, Show b, Show c) =>
                    Config -> String -> [a] -> [b] -> [c]
                 -> (a -> b -> c -> Prop) -> IO Bool
checkWithValues3 config msg xs ys zs p =
  check config msg
        (forValues xs (\x -> forValues ys (\y -> forValues zs (p x y))))
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Checks a property parameterized over three arguments
with a given configuration (first argument)
a name for the test (second argument),
and all values given in the third, fourth and fifth argument.
Returns a flag whether the test was successful.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_,_,_,_,_,_) |-> _}
name: Info
 checkWithValues3
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 (Prelude.Show a, Prelude.Show b, Prelude.Show c) => Config -> String -> [a]
-> [b] -> [c] -> (a -> b -> c -> 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