definition: |
ppOpDecls :: [OpDecl] -> Doc ppOpDecls = vsep . map ppOpDecl |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- pretty-print a list of operator fixity declarations |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {.._#lambda508}} |
name: |
ppOpDecls |
precedence: |
no precedence defined |
result-values: |
{.._#lambda508} |
signature: |
[FlatCurry.Types.OpDecl] -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |