CurryInfo: curry-interface-2.0.1 / CurryInterface.Pretty.ppImportDecl

definition:
ppImportDecl :: Options -> IImportDecl -> Doc
ppImportDecl options (IImportDecl mident) =
    text "import" <+> ppModuleIdent options mident
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- pretty-print an import declaration
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{IImportDecl}) |-> _}
name:
ppImportDecl
precedence:
no precedence defined
result-values:
_
signature:
Options -> CurryInterface.Types.IImportDecl -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term