definition: |
ppBranch :: ABranchExpr _ -> Doc ppBranch (ABranch p e) = ppPattern p <+> rarrow <+> indent (ppExp e) |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Pretty print a case branch |
failfree: |
<FAILING> |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({ABranch}) |-> _} |
name: |
ppBranch |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
FlatCurry.Annotated.Types.ABranchExpr a -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
possibly non-terminating |
totally-defined: |
possibly non-reducible on same data term |