definition:
|
missingPackages :: GlobalCache -> [Package] -> [Package]
missingPackages gc = filter (not . isPackageInstalled gc)
|
demand:
|
no demanded arguments
|
deterministic:
|
deterministic operation
|
documentation:
|
--- Filters a list of packages to the ones not installed in the global package
--- cache.
|
failfree:
|
_
|
indeterministic:
|
referentially transparent operation
|
infix:
|
no fixity defined
|
iotype:
|
{(_) |-> {filter}}
|
name:
|
missingPackages
|
precedence:
|
no precedence defined
|
result-values:
|
{filter}
|
signature:
|
GlobalCache -> [CPM.Package.Package] -> [CPM.Package.Package]
|
solution-complete:
|
operation might suspend on free variables
|
terminating:
|
possibly non-terminating
|
totally-defined:
|
possibly non-reducible on same data term
|