CurryInfo: icurry-3.2.0 / TermGraph.SVG.textOfXmlExp

definition:
textOfXmlExp :: XmlExp -> String
textOfXmlExp (XText s) = s
textOfXmlExp (XElem _ _ xs) = textOf xs
demand:
argument 1
deterministic:
deterministic operation
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({XText}) |-> _ || ({XElem}) |-> _}
name:
textOfXmlExp
precedence:
no precedence defined
result-values:
_
signature:
XML.XmlExp -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term