CurryInfo: icurry-3.2.0 / TermGraph.SVG.graphs2Svgs

definition: Info
 
graphs2Svgs :: Bool -> DrawMode -> FilePath -> [State] -> IO ()
graphs2Svgs labelNID draw outFile states = do
    let graphs = map (convertState labelNID) states
    let svgs = map draw graphs
    writeGraphSvgs outFile 0 svgs
demand: Info
 argument 4
deterministic: Info
 deterministic operation
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_) |-> _}
name: Info
 graphs2Svgs
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Bool -> (([Node], [(Prelude.Int, Prelude.Int)], Prelude.Int)
-> XML.XmlExp) -> String -> [TermGraph.XML.State] -> 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