diff options
| -rw-r--r-- | readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |
