definition: |
mkXml2List :: [Option] -> CFuncDecl mkXml2List opts = stFunc (fromXmlName (pre "[]")) 2 Public (CFuncType (CFuncType xmlType (CTVar (0,"a"))) (CFuncType xmlType (listType (CTVar (0,"a"))))) [simpleRule [x, CPComb ("XML","XElem") [stringPattern (listTag opts),pNil,y]] (applyF (pre "map") [toVar 0,toVar 1])] where [x,y] = pVars 2 |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
mkXml2List |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[Option] -> AbstractCurry.Types.CFuncDecl |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |