definition: |
xtxt :: String -> XmlExp xtxt s = XText s |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Basic text (maybe containing special XML chars). |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {XText}} |
name: |
xtxt |
precedence: |
no precedence defined |
result-values: |
{XText} |
signature: |
String -> XmlExp |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |