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