CurryInfo: currypath-3.0.0 / System.CurryPath.modNameToPath

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