diff options
| -rw-r--r-- | readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -112,6 +112,9 @@ the operand to the unary operator is denoted as `x` in these defintions. `*_x` i ### `*_` some specific instance(s) of `x` +### `*:` +all instances of `x` + ### `&_` `y` where `x` is an instance of `y`; *such that* `&_*_x` *is equivalent to* `x` |
