definition: |
countResOps2CSV :: [String] -> IO () countResOps2CSV mods = do stats <- mapM countResOps mods let table = ["Module", "Non-residuating", "Residuating", "Unknown"] : stats putStr (showCSV table) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
indeterministic: |
might be indeterministic |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
countResOps2CSV |
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 |