CurryInfo: xml-3.0.0 / XML.xml

definition:
xml :: String -> [XmlExp] -> XmlExp
xml t c = XElem t [] c
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- XML element without attributes.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> {XElem}}
name:
xml
precedence:
no precedence defined
result-values:
{XElem}
signature:
String -> [XmlExp] -> XmlExp
solution-complete:
operationally complete operation
terminating:
yes
totally-defined:
reducible on all ground data terms