CurryInfo: currypath-3.0.0 / System.CurryPath.splitModuleIdentifiers

definition: Info
 
splitModuleIdentifiers :: ModuleIdent -> [String]
splitModuleIdentifiers = split (=='.')
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Split up the components of a module identifier. For instance,
`splitModuleIdentifiers "Data.Set"` evaluates to `["Data", "Set"]`.
failfree: Info
 ()
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {split}}
name: Info
 splitModuleIdentifiers
precedence: Info
 no precedence defined
result-values: Info
 {split}
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