definition: |
ppDecl :: ((VarIndex, _), AExpr _) -> Doc ppDecl (v, e) = ppAVarIndex v <+> equals <+> ppExp e |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- pretty-print a single declaration |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({(,)}) |-> _} |
name: |
ppDecl |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
((Prelude.Int, a), FlatCurry.Annotated.Types.AExpr b) -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |