aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.