definition: |
ppName :: QName -> Doc ppName (_, i) = text i |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Pretty-print a qualified name unqualified (e.g., for type definitions). |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> {Doc}} |
name: |
ppName |
precedence: |
no precedence defined |
result-values: |
{Doc} |
signature: |
(String, String) -> Text.PrettyImpl.Doc |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |