|
definition: |
checkWithValues0 :: Config -> String -> Prop -> IO Bool checkWithValues0 = 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: |
checkWithValues0 |
|
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 |