CurryInfo: icurry-3.2.0 / TermGraph.SVG.graphFromXml

definition: Info
 
graphFromXml :: Bool -> XmlExp -> Graph
graphFromXml labelNID xml = case xml of
  XElem "graph" _ listelems -> map (nodeFromXml labelNID)
                                   (filterElems "node" listelems)
  _                         -> error "No gaph supplied"
demand: Info
 argument 2
deterministic: Info
 deterministic operation
documentation: Info
 
Extract a Graphs from a xml graph
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,{XElem}) |-> {:,[]}}
name: Info
 graphFromXml
precedence: Info
 no precedence defined
result-values: Info
 {:,[]}
signature: Info
 Prelude.Bool -> XML.XmlExp -> [Node]
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term