CurryInfo: curry-interface-2.0.1 / ShowInterface.main

definition: Info
 
main :: IO ()
main = do
  args <- getArgs
  let dfltopts = defaultOptions
                   { optWithImports = False, optQualify = False
                   , optWithArity = False, optWithHiding = False
                   , optWithInstance = False, optWithKinds = False }
  (opts,progs) <- processOptions dfltopts args
  mapM_ (runModuleAction (showInterface opts)) progs
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
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