definition: |
ppModulePragma :: Options -> ModuleIdent -> Doc ppModulePragma opts mid = lpragma <+> text "MODULE" <+> ppModuleIdent opts mid <+> rpragma |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- pretty-print a module pragma |
failfree: |
(_, _) |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{(_,_) |-> _} |
name: |
ppModulePragma |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Options -> CurryInterface.Types.ModuleIdent -> Text.PrettyImpl.Doc |
solution-complete: |
operation might suspend on free variables |
terminating: |
yes |
totally-defined: |
possibly non-reducible on same data term |