definition: |
bpel2xml :: BPEL -> String bpel2xml f = "<process>\n" ++ indent 1 (seq2xml f) ++ "</process>\n" |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Shows a BPEL as a string in XML format. |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
bpel2xml |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[BPELComp] -> String |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |