CurryInfo: icurry-3.2.0 / ICurry.Pretty.ppImport

definition:
ppImport :: String -> Doc
ppImport name = text "import" <+> text name
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Pretty print an import directive
--- @param name the imported module's name
--- @return     the pretty printed module import directive
failfree:
_
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
ppImport
precedence:
no precedence defined
result-values:
_
signature:
String -> Text.PrettyImpl.Doc
solution-complete:
operation might suspend on free variables
terminating:
yes
totally-defined:
possibly non-reducible on same data term