CurryInfo: icurry-3.2.0 / TermGraph.SVG.textOfXmlExp

definition: Info
 
textOfXmlExp :: XmlExp -> String
textOfXmlExp (XText s) = s
textOfXmlExp (XElem _ _ xs) = textOf xs
demand: Info
 argument 1
deterministic: Info
 deterministic operation
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({XText}) |-> _ || ({XElem}) |-> _}
name: Info
 textOfXmlExp
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 XML.XmlExp -> 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