CurryInfo: currypath-3.0.0 / System.CurryPath.modNameToPath

definition: Info
 
modNameToPath :: ModuleIdent -> String
modNameToPath = foldr1 (</>) . split (=='.')
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Transforms a hierarchical module name into a path name, i.e.,
replace the dots in the name by directory separator chars.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {() |-> {.._#lambda508}}
name: Info
 modNameToPath
precedence: Info
 no precedence defined
result-values: Info
 {.._#lambda508}
signature: Info
 String -> String
solution-complete: Info
 operation might suspend on free variables
terminating: Info
 possibly non-terminating
totally-defined: Info
 possibly non-reducible on same data term