definition: |
testcv :: String -> IO () testcv s = evalStateT (verifyMod s) $ initVState $ defaultOptions { optVerb = 3, optConFail = True } |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
indeterministic: |
might be indeterministic |
infix: |
no fixity defined |
name: |
testcv |
precedence: |
no precedence defined |
result-values: |
_ |
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 |