definition:
|
ppHeader :: Options -> String -> [TypeDecl] -> [FuncDecl] -> Doc
ppHeader o m ts fs = indent o $
sep [text "module" <+> text m, ppExports o ts fs, text "where"]
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- pretty-print the module header
|
failfree:
|
(_, _, _, _)
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_,_,_,_) |-> _}
|
name:
|
ppHeader
|
precedence:
|
no precedence defined
|
result-values:
|
_
|
signature:
|
Options -> String -> [FlatCurry.Types.TypeDecl] -> [FlatCurry.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
|