CurryInfo: flatcurry-4.0.0 / FlatCurry.Pretty.ppBranch

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