CurryInfo: icurry-3.2.0 / ICurry.Pretty.ppIProg

definition:
ppIProg :: IProg -> Doc
ppIProg (IProg name imports types funcs) = vsepBlank
  [ ppHeader name
  , ppImports imports
  , ppDataTypes types
  , ppFunctions funcs
  ]
demand:
argument 1
deterministic:
deterministic operation
documentation:
--- Pretty print an ICurry module
--- @param prog the module
--- @return     the pretty printed module
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{({IProg}) |-> _}
name:
ppIProg
precedence:
no precedence defined
result-values:
_
signature:
ICurry.Types.IProg -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term