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