CurryInfo: residuation-analysis-3.0.0 / AnalyzeResiduation.main

definition: Info
 
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: Info
 no demanded arguments
deterministic: Info
 deterministic operation
indeterministic: Info
 might be indeterministic
infix: Info
 no fixity defined
iotype: Info
 {() |-> _}
name: Info
 main
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.IO ()
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term