definition: |
main :: IO () main = do args <- getArgs (opts,mods) <- processOptions banner args if null mods then putStrLn "ERROR: wrong arguments (try `--help' option)" else if optShowStats opts then countResOps2CSV mods else mapM_ (genResInfo opts) mods |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
indeterministic: |
might be indeterministic |
infix: |
no fixity defined |
iotype: |
{() |-> _} |
name: |
main |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.IO () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |