CurryInfo: icurry-3.2.0 / TermGraph.SVG.readElem

definition: Info
 
readElem :: Read a => [XmlExp] -> String -> a
readElem xmlexps attr =
    (read . textOfXmlExp . (fromMaybe (error "Error in readElem")) . (find ((== attr) . tagOf))) xmlexps
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Extract the Text of a Xml element with a given tag from a list of Xml elements
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_) |-> _}
name: Info
 readElem
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Prelude.Read a => [XML.XmlExp] -> String -> a
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term