From a39d4de49e04e9af8c283331f7fb2bb633c02b36 Mon Sep 17 00:00:00 2001 From: the lemons Date: Fri, 18 Feb 2022 22:42:25 -0600 Subject: actually define the @ operator --- readme.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'readme.md') 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. -- cgit v1.2.3