CurryInfo: icurry-3.2.0 / TermGraph.SVG.xmlGraphs2Svgs

definition: Info
 
xmlGraphs2Svgs :: Bool -> DrawMode -> FilePath -> XmlExp -> IO ()
xmlGraphs2Svgs labelNID draw outFile xmlGraph = do
    let graphs = readXmlGraphList labelNID xmlGraph
    let svgs = map draw graphs
    writeGraphSvgs outFile 0 svgs
demand: Info
 argument 4
deterministic: Info
 deterministic operation
documentation: Info
 
Convert a xml graphlist to svgs for each graph and write them
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_) |-> _}
name: Info
 xmlGraphs2Svgs
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Bool -> (([Node], [(Prelude.Int, Prelude.Int)], Prelude.Int)
-> XML.XmlExp) -> 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