definition: |
ppInfixQOp :: Options -> QName -> Doc ppInfixQOp o qn = if isInfixOp qn then ppQName o qn else bquotes (ppQName o 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: |
ppInfixQOp |
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 |