definition: |
ppFixity :: Fixity -> Doc ppFixity InfixOp = text "infix" ppFixity InfixlOp = text "infixl" ppFixity InfixrOp = text "infixr" |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- pretty-print the associativity keyword |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({InfixOp}) |-> {Doc} || ({InfixlOp}) |-> {Doc} || ({InfixrOp}) |-> {Doc}} |
name: |
ppFixity |
precedence: |
no precedence defined |
result-values: |
{Doc} |
signature: |
FlatCurry.Types.Fixity -> Text.PrettyImpl.Doc |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |