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