CurryInfo: currypath-3.0.0 / System.CurryPath.inCurrySubdir

definition: Info
 
inCurrySubdir :: FilePath -> FilePath
inCurrySubdir filename =
  let (base,file) = splitFileName filename
   in base </> currySubdir </> modNameToPath file
demand: Info
 no demanded arguments
deterministic: Info
 deterministic operation
documentation: Info
 
Transforms a path to a module name into a file name
by adding the result of 'currySubDir' to the path and transforming
a hierarchical module name into a path.
For instance, when using PAKCS 3.2.0, `inCurrySubdir "mylib/Data.Char"`
evaluates to `"mylib/.curry/pakcs-3.2.0/Data/Char"`.
failfree: Info
 <FAILING>
indeterministic: Info
 referentially transparent operation
infix: Info
 no fixity defined
iotype: Info
 {(_) |-> _}
name: Info
 inCurrySubdir
precedence: Info
 no precedence defined
result-values: Info
 _
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