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

definition:
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:
no demanded arguments
deterministic:
deterministic operation
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_,_,_) |-> _}
name:
ppHeader
precedence:
no precedence defined
result-values:
_
signature:
Options -> String -> [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