definition: |
ppQName :: IQName -> Doc ppQName (modname, localname, _) = text $ modname ++ '.' : localname |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Pretty print a qualified ICurry name (module.localname) --- @param name the name --- @return the pretty printed name |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,,)}) |-> _} |
name: |
ppQName |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
(String, String, Prelude.Int) -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |