CurryInfo: icurry-3.2.0 / TermGraph.SVG.readXmlGraphList

definition: Info
 
readXmlGraphList :: Bool -> XmlExp -> [(Graph, [ChoiceMapping], NodeID)]
readXmlGraphList labelNID xml = let graphs = filterElems "graph" (elemsOf xml)
                                 in zip3 (map (graphFromXml labelNID) graphs)
                                         (map choiceMappingsFromXml graphs)
                                         (map rootFromXml graphs)
demand: Info
 argument 2
deterministic: Info
 deterministic operation
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> {:,[]}}
name: Info
 readXmlGraphList
precedence: Info
 no precedence defined
result-values: Info
 {:,[]}
signature: Info
 Prelude.Bool -> XML.XmlExp
-> [([Node], [(Prelude.Int, Prelude.Int)], Prelude.Int)]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term