aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-18 02:15:07 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-18 02:15:07 -0600
commitb730b5d8eac2342d1bd24d548632b006b0d792a3 (patch)
treed0a7238409ce9edc35260e53869a832f704f69e0
parent63d2d782e33682f0b2dc0dac5e3e1430f1227aaf (diff)
*: operator
-rw-r--r--readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index f2d3142..f2697e3 100644
--- a/readme.md
+++ b/readme.md
@@ -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`