definition: |
easyCheck0 :: String -> Prop -> IO Bool easyCheck0 = check0 easyConfig |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
Checks a unit test 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: |
{() |-> _} |
name: |
easyCheck0 |
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 |