definition: |
ppTargets :: [Target] -> Doc ppTargets = hsep . map (text . escapeFilenames) |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- Render explicit targets --- @param tgts the targets --- @return the rendered targets |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
ppTargets |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
[String] -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |