CurryInfo: icurry-3.2.0 / TermGraph.SVG.readStrElem

definition: Info
 
readStrElem :: [XmlExp] -> String -> String
readStrElem xmlexps attr =
    (textOfXmlExp . (fromMaybe (error "Error in readStrElem")) . (find ((== attr) . tagOf))) xmlexps
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Because read does not work on Strings (as Strings are only Lists of Charaters)
failfree: Info
 (_, _)
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_) |-> _}
name: Info
 readStrElem
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 [XML.XmlExp] -> String -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term