CurryInfo: icurry-3.2.0 / ICurry.Pretty.ppConsBranch

definition: Info
 
ppConsBranch :: IConsBranch -> Doc
ppConsBranch (IConsBranch c ar block) =
  ppQName c <+> char '/' <+> int ar <+> rarrow <+> ppBlock block
demand: Info
 argument 1
deterministic: Info
 deterministic operation
documentation: Info
 
Pretty print a branch over constructors
@param b the branch
@return  the pretty printed branch
failfree: Info
 _
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {({IConsBranch}) |-> _}
name: Info
 ppConsBranch
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 ICurry.Types.IConsBranch -> 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