definition: |
ppImports :: Options -> [String] -> Doc ppImports o = vsep . map (ppImport o) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- pretty-print a list of import statements |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {.._#lambda508}} |
name: |
ppImports |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
Options -> [String] -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |