CurryInfo: abstract-curry-4.0.0 / AbstractCurry.Pretty.ppQFunc

definition:
ppQFunc :: Options -> QName -> Doc
ppQFunc opts = genericPPQName (visibleFunctions opts)
                              (visibleVariables opts)
                              (flip const)
                              opts
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Pretty-print a function name or constructor name qualified according to
--- given options. Use 'ppQType' or 'ppType' for pretty-printing type names.
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> {genericPPQName}}
name:
ppQFunc
precedence:
no precedence defined
result-values:
{genericPPQName}
signature:
Options -> (String, String) -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term