definition: |
ppStms :: [JLStm] -> Doc ppStms = vcat . map ppStm |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Pretty print Julia statements. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
ppStms |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
[Language.Julia.Types.JLStm] -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |