definition: |
writeFun :: String -> CExpr writeFun s = case s of "String" -> applyF ("XML","xtxt") [toVar 0] "Char" -> applyF ("XML","xtxt") [list2ac [toVar 0]] _ -> applyF ("XML","xtxt") [applyF (pre "show") [toVar 0]] |
demand: |
argument 1 |
deterministic: |
deterministic operation |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
writeFun |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
String -> AbstractCurry.Types.CExpr |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |