aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-18 22:42:25 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-18 22:42:25 -0600
commita39d4de49e04e9af8c283331f7fb2bb633c02b36 (patch)
tree7dc1efa20a83619062cf46d05b332d2761bb6fce
parent14584f62c1fdd265c2f0c01ff230091eed8e76cc (diff)
actually define the @ operator
-rw-r--r--readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 47033ea..fb3c479 100644
--- a/readme.md
+++ b/readme.md
@@ -137,6 +137,9 @@ a hypothetical `y` which exists according to/in the perspective of `*_x`
### `*`
`y` composed of `x`
+### `@`
+the result of the application of the lambda `x` to the argument `y`. see ยง lambdas.
+
### `@,`
a list containing the list `x`'s values with the lambda `y` applied to them, in order.