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