CurryInfo: abstract-haskell-3.0.0 / AbstractHaskell.Printer.ppDecls

definition:
ppDecls :: Options -> [OpDecl] -> [TypeDecl] -> [FuncDecl] -> Doc
ppDecls opts os ts fs = compose (<$+$>)
  [ ppOpDecls        os
  , ppTypeDecls opts ts
  , ppFuncDecls opts fs
  ]
demand:
no demanded arguments
deterministic:
deterministic operation
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_,_) |-> _}
name:
ppDecls
precedence:
no precedence defined
result-values:
_
signature:
Options -> [AbstractHaskell.Types.OpDecl] -> [AbstractHaskell.Types.TypeDecl]
-> [AbstractHaskell.Types.FuncDecl] -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term