definition: |
ppArity :: Options -> Arity -> Doc ppArity _ = int |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- pretty-print an arity |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_) |-> {int}} |
name: |
ppArity |
precedence: |
no precedence defined |
result-values: |
{int} |
signature: |
Options -> Prelude.Int -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |