CurryInfo: icurry-3.2.0 / ICurry.Pretty.ppConsBranch

definition:
ppConsBranch :: IConsBranch -> Doc
ppConsBranch (IConsBranch c ar block) =
  ppQName c <+> char '/' <+> int ar <+> rarrow <+> ppBlock block
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Pretty print a branch over constructors
--- @param b the branch
--- @return  the pretty printed branch
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({IConsBranch}) |-> _}
name:
ppConsBranch
precedence:
no precedence defined
result-values:
_
signature:
ICurry.Types.IConsBranch -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term