definition: |
testcv :: String -> IO () testcv = verifyNonFailingMod defaultOptions { optVerb = 3, optContract = True } |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
indeterministic: |
might be indeterministic |
infix: |
no fixity defined |
name: |
testcv |
precedence: |
no precedence defined |
result-values: |
{verifyNonFailingMod} |
signature: |
String -> Prelude.IO () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |