CurryInfo: cpm-3.3.0 / CPM.PackageCache.Local.cacheDir

definition:
cacheDir :: String -> String
cacheDir pkgDir = pkgDir </> ".cpm" </> "package_cache"
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- The cache directory of the local package cache.
---
--- @param dir the package directory
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_) |-> _}
name:
cacheDir
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