definition: |
xml :: [Option] -> String -> [CExpr] -> [CExpr] -> CExpr xml opts name attrs elems = applyF ("XML","XElem") [string2ac (tag opts name), list2ac attrs, list2ac elems] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
(_, _, _, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_,_,_) |-> _} |
name: |
xml |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[Option] -> String -> [AbstractCurry.Types.CExpr] -> [AbstractCurry.Types.CExpr] -> AbstractCurry.Types.CExpr |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |