definition: |
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: |
argument 4 |
deterministic: |
deterministic operation |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_,_) |-> _} |
name: |
graphs2Svgs |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Prelude.Bool -> (([Node], [(Prelude.Int, Prelude.Int)], Prelude.Int) -> XML.XmlExp) -> String -> [TermGraph.XML.State] -> Prelude.IO () |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |