definition: |
allPackages :: Repository -> [Package] allPackages (Repository ps) = ps |
demand: |
argument 1 |
deterministic: |
deterministic operation |
documentation: |
--- Get all packages in the central package index. |
failfree: |
_ |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{({Repository}) |-> _} |
name: |
allPackages |
precedence: |
no precedence defined |
result-values: |
_ |
signature: |
Repository -> [CPM.Package.Package] |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |