CurryInfo: currypath-3.0.0 / System.CurryPath.joinModuleIdentifiers

definition: Info
 
joinModuleIdentifiers :: [String] -> ModuleIdent
joinModuleIdentifiers = foldr1 combine
  where combine xs ys = xs ++ '.' : ys
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Join the components of a module identifier. For instance,
`joinModuleIdentifiers ["Data", "Set"]` evaluates to `"Data.Set"`.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {foldr1}}
name: Info
 joinModuleIdentifiers
precedence: Info
 no precedence defined
result-values: Info
 {foldr1}
signature: Info
 [String] -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 yes
totally-defined: Info
 possibly non-reducible on same data term