CurryInfo: flatcurry-annotated-3.3.0 / FlatCurry.Annotated.Pretty.ppBranch

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