CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Pretty.ppInfixOp

definition:
ppInfixOp :: QName -> Doc
ppInfixOp qn = if isInfixOp qn then ppQName qn else bquotes (ppQName qn)
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- pretty-print an infix operator
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
ppInfixOp
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:
possibly non-reducible on same data term