CurryInfo: currypath-3.0.0 / System.CurryPath.inCurrySubdir

definition:
 
inCurrySubdir :: FilePath -> FilePath
inCurrySubdir filename =
  let (base,file) = splitFileName filename
   in base </> currySubdir </> modNameToPath file
demand:
 no demanded arguments
deterministic:
 deterministic operation
documentation:
 
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:
 <FAILING>
indeterministic:
 referentially transparent operation
infix:
 no fixity defined
iotype:
 {(_) |-> _}
name:
 inCurrySubdir
precedence:
 no precedence defined
result-values:
 _
signature:
 String -> String
solution-complete:
 operation might suspend on free variables
terminating:
 possibly non-terminating
totally-defined:
 possibly non-reducible on same data term