CurryInfo: rw-data-generator-2.0.0 / RW.Build.concatExpr

definition:
concatExpr :: [CExpr] -> CExpr
concatExpr = combineWithR (pre "++")
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Concats all given expressions with the ++ operator
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {foldr1}}
name:
concatExpr
precedence:
no precedence defined
result-values:
{foldr1}
signature:
[AbstractCurry.Types.CExpr] -> AbstractCurry.Types.CExpr
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term