definition:
|
check0 :: Config -> String -> Prop -> IO Bool
check0 = check
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Checks a unit test with a given configuration (first argument)
--- and a name for the test (second argument).
--- Returns a flag whether the test was successful.
|
failfree:
|
<FAILING>
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {check}}
|
name:
|
check0
|
precedence:
|
no precedence defined
|
result-values:
|
{check}
|
signature:
|
Config -> 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
|