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

definition:
ppModuleIdent :: Options -> ModuleIdent -> Doc
ppModuleIdent _ (ModuleIdent ids) =
    hcat (punctuate dot (map text ids))
demand:
argument 2
deterministic:
deterministic operation
documentation:
--- pretty-print a ModuleIdent
failfree:
(_, _)
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,{ModuleIdent}) |-> _}
name:
ppModuleIdent
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