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

definition:
dependencyPaths :: [Package] -> String -> String
dependencyPaths pkgs dir = intercalate ":" $ dependencyPathsSeparate pkgs dir
demand:
no demanded arguments
deterministic:
deterministic operation
documentation:
--- Returns a colon-separated list of the paths to a list of given packages
--- inside a package's runtime package cache.
failfree:
<FAILING>
indeterministic:
referentially transparent operation
infix:
no fixity defined
iotype:
{(_,_) |-> _}
name:
dependencyPaths
precedence:
no precedence defined
result-values:
_
signature:
[CPM.Package.Package] -> String -> String
solution-complete:
operation might suspend on free variables
terminating:
possibly non-terminating
totally-defined:
possibly non-reducible on same data term