definition: |
emptyCache :: GlobalCache emptyCache = GlobalCache [] |
demand: |
no demanded arguments |
deterministic: |
deterministic operation |
documentation: |
--- An empty package cache. |
failfree: |
() |
indeterministic: |
referentially transparent operation |
infix: |
no fixity defined |
iotype: |
{() |-> {GlobalCache}} |
name: |
emptyCache |
precedence: |
no precedence defined |
result-values: |
{GlobalCache} |
signature: |
GlobalCache |
solution-complete: |
operationally complete operation |
terminating: |
yes |
totally-defined: |
reducible on all ground data terms |