CurryInfo: icurry-3.2.0 / ICurry.Pretty.ppLitBranch

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