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

definition: Info
 
ppDecls :: Options -> [OpDecl] -> [TypeDecl] -> [FuncDecl] -> Doc
ppDecls opts os ts fs = compose (<$+$>)
  [ ppOpDecls        os
  , ppTypeDecls opts ts
  , ppFuncDecls opts fs
  ]
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_,_,_,_) |-> _}
name: Info
 ppDecls
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Options -> [AbstractHaskell.Types.OpDecl] -> [AbstractHaskell.Types.TypeDecl]
-> [AbstractHaskell.Types.FuncDecl] -> 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