definition: |
ppConsExports :: [ConsDecl] -> [Doc] ppConsExports cs = [ ppPrefixOp qn | Cons qn _ Public _ <- cs] |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- pretty-print the export list of constructors |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> _} |
name: |
ppConsExports |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
[FlatCurry.Types.ConsDecl] -> [Text.PrettyImpl.Doc] |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |