CurryInfo: flatcurry-4.0.0 / FlatCurry.Pretty.ppPrefixQOp

definition:
ppPrefixQOp :: Options -> QName -> Doc
ppPrefixQOp o qn = parensIf (isInfixOp qn) (ppQName o qn)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- pretty-print a qualified prefix operator.
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
ppPrefixQOp
precedence:
no precedence defined
result-values:
_
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