CurryInfo: icurry-3.2.0 / ICurry.Pretty.ppBlock

definition:
ppBlock :: IBlock -> Doc
ppBlock (IBlock decls asgns stmt) = nest 2 (
  lbrace $$
  ppVarDecls decls $$
  ppAssignments asgns $$
  ppStatement stmt $$
  rbrace )
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Pretty print an ICurry block
--- @param block the block
--- @return      the rendered block
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({IBlock}) |-> {Doc}}
name:
ppBlock
precedence:
no precedence defined
result-values:
{Doc}
signature:
ICurry.Types.IBlock -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term