definition:
|
verboseCheck2 :: (Data a, Data b, Show a, Show b) =>
String -> (a -> b -> Prop) -> IO Bool
verboseCheck2 = check2 verboseConfig
|
demand:
|
no demanded arguments
|
deterministic:
|
possibly non-deterministic operation
|
documentation:
|
--- Checks a property parameterized over two arguments
--- according to the verbose 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:
|
{(_,_,_,_) |-> {check2}}
|
name:
|
verboseCheck2
|
precedence:
|
no precedence defined
|
result-values:
|
{check2}
|
signature:
|
(Prelude.Data a, Prelude.Data b, Prelude.Show a, Prelude.Show b) => String -> (a
-> b -> 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
|