CurryInfo: icurry-3.2.0 / ICurry.Pretty.ppExprs

definition:
ppExprs :: [IExpr] -> Doc
ppExprs = hsep . punctuate comma . map ppExpr
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Pretty print comma separated expressions
--- @param exprs the expressions
--- @return      the pretty printed expressions
failfree:
()
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{() |-> {.._#lambda508}}
name:
ppExprs
precedence:
no precedence defined
result-values:
{.._#lambda508}
signature:
[ICurry.Types.IExpr] -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term