CurryInfo: icurry-3.2.0 / TermGraph.SVG.processArgs

definition: Info
 
processArgs :: [String] -> (FilePath, FilePath, (FilePath -> XmlExp -> IO ()))
processArgs args =
  let dims = read <$> (args !? 3)
  in (args !! 0,
      if length args > 1
        then args !! 1
        else "icurrySVG",
      if args !? 2 == (Just "-tree")
        then (xmlGraphs2Svgs False (treeSvg 10 dims))
        else (xmlGraphs2Svgs False (graphSvg dims)))
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
 processArgs
precedence: Info
 no precedence defined
result-values: Info
 {(,,)}
signature: Info
 [String] -> (String, String, String -> XML.XmlExp -> 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