CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Build.list2ac

definition:
list2ac :: [CExpr] -> CExpr
list2ac []     = constF (pre "[]")
list2ac (c:cs) = applyF (pre ":") [c, list2ac cs]
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Converts a list of AbstractCurry expressions into an
--- AbstractCurry representation of this list.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({[]}) |-> _ || ({:}) |-> _}
name:
list2ac
precedence:
no precedence defined
result-values:
_
signature:
[AbstractCurry.Types.CExpr] -> AbstractCurry.Types.CExpr
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
reducible on all ground data terms