CurryInfo: icurry-3.2.0 / TermGraph.SVG.main

definition: Info
 
main :: IO ()
main = do
    args <- getArgs
    when (length args < 1 || length args > 4) $ error
      "Too many/few arguments. Provide between one and four arguments"
    let (inFile, outFile, graphSvgFunc) = processArgs args
    xmlGraphs <- readXmlFile inFile
    graphSvgFunc outFile xmlGraphs
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