CurryInfo: cpm-3.3.0 / CPM.PackageCache.Runtime.cacheDirectory

definition:
cacheDirectory :: String -> Package -> String
cacheDirectory dir pkg = dir </> ".cpm" </> "packages" </> packageId pkg
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Returns the directory for a package inside another package's runtime cache.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
cacheDirectory
precedence:
no precedence defined
result-values:
_
signature:
String -> CPM.Package.Package -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term