definition:
|
ppVarDecls :: [IVarDecl] -> Doc
ppVarDecls = vcat . map ppVarDecl
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Pretty print local variable declarations
--- @param vs the local variables
--- @return the pretty printed variable declarations
|
failfree:
|
()
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{() |-> {.._#lambda508}}
|
name:
|
ppVarDecls
|
precedence:
|
no precedence defined
|
result-values:
|
{.._#lambda508}
|
signature:
|
[ICurry.Types.IVarDecl] -> Text.PrettyImpl.Doc
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|