definition:
|
verboseCheck0 :: String -> Prop -> IO Bool
verboseCheck0 = check0 verboseConfig
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Checks a unit test 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:
|
{() |-> _}
|
name:
|
verboseCheck0
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
String -> 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
|