diff options
| author | the lemons <citrons@mondecitronne.com> | 2022-02-18 22:42:25 -0600 |
|---|---|---|
| committer | the lemons <citrons@mondecitronne.com> | 2022-02-18 22:42:25 -0600 |
| commit | a39d4de49e04e9af8c283331f7fb2bb633c02b36 (patch) | |
| tree | 7dc1efa20a83619062cf46d05b332d2761bb6fce /readme.md | |
| parent | 14584f62c1fdd265c2f0c01ff230091eed8e76cc (diff) | |
actually define the @ operator
Diffstat (limited to 'readme.md')
| -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. |
