| 37 | | * `_Bool $access($memory mem)` |
| 38 | | * holds if any memory unit in `mem` may be read or modified by `p` at some point now or in the future. |
| 39 | | * `_Bool $write($memory mem)` |
| 40 | | * holds if any memory unit in `mem` may be modified by `p` at some point now or in the future. |
| 41 | | * `_Bool $read($memory mem)` |
| 42 | | * holds if any memory unit in `mem` may be read by `p` at some point now or in the future. |
| | 37 | * `_Bool $access(<memory-list>)` |
| | 38 | * holds if any memory unit in the list may be read or modified by `p` at some point now or in the future. |
| | 39 | * `_Bool $write(<memory-list>)` |
| | 40 | * holds if any memory unit in the list may be modified by `p` at some point now or in the future. |
| | 41 | * `_Bool $read(<memory-list>)` |
| | 42 | * holds if any memory unit in the list may be read by `p` at some point now or in the future. |