definition: |
call2xml :: (CTypeExpr,Int) -> CExpr call2xml (t,i) = CApply (call2xmlType t) (toVar i) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> {CApply}} |
name: |
call2xml |
precedence: |
no precedence defined |
result-values: |
{CApply} |
signature: |
(AbstractCurry.Types.CTypeExpr, Prelude.Int) -> AbstractCurry.Types.CExpr |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |