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

definition: Info
 
ppHeader :: Options -> String -> [TypeDecl] -> [FuncDecl] -> Doc
ppHeader opts m ts fs = indent $ sep
  [ text "module" <+> text (if traceFailure opts then addTrace m else m)
  , ppExports opts ts fs
  , text "where"
  ]
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
 ppHeader
precedence: Info
 no precedence defined
result-values: Info
 _
signature: Info
 Options -> String -> [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