definition: |
ppQName :: QName -> Doc ppQName (m, i) | m == "Prelude" && i `elem` builtin = text i | otherwise = text $ m ++ '.' : i where builtin = [ "[]", "?", ":", "+", "-", "*", "<" , ">", "<=", ">=", "==", "/=", "&>", "&" ] |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Pretty-print a qualified name |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> _} |
name: |
ppQName |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
(String, String) -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
reducible on all ground data terms |