definition: |
xml2FlatCurry :: XmlExp -> Prog xml2FlatCurry = xmlRead cProg |
demand: |
no demanded arguments |
deterministic: |
possibly non-deterministic operation |
documentation: |
--- Transforms an XML term into a FlatCurry program. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {xmlRead}} |
name: |
xml2FlatCurry |
precedence: |
no precedence defined |
result-values: |
{xmlRead} |
signature: |
XML.XmlExp -> FlatCurry.Types.Prog |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |