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

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