definition: |
ppExps :: [JLExp] -> Doc ppExps = hsep . punctuate comma . map ppExp |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Pretty print a list of comma separated expressions. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
ppExps |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
[Language.Julia.Types.JLExp] -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |