definition: |
ppImplicitTargets :: [Target] -> Doc ppImplicitTargets [] = empty ppImplicitTargets ts@(_:_) = char '|' <+> ppTargets ts |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Render implicit targets --- @param tgts the targets --- @return the rendered targets |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({[]}) |-> {Doc} || ({:}) |-> _} |
name: |
ppImplicitTargets |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[String] -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |