aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthe lemons <citrons@mondecitronne.com>2022-02-18 22:40:18 -0600
committerthe lemons <citrons@mondecitronne.com>2022-02-18 22:40:18 -0600
commit14584f62c1fdd265c2f0c01ff230091eed8e76cc (patch)
tree17fe689b7975564481b126d596069a3fe5b62e37
parent71d9e028f109e25ff39a58da8fc220f55b66f576 (diff)
lambda type error
-rw-r--r--readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index ca1e43a..47033ea 100644
--- a/readme.md
+++ b/readme.md
@@ -80,6 +80,8 @@ L::={Y::=X{Y}}((L@A)@B)=A
the inner lambda `{Y}` is able to access a definition from its outer lambda after it is applied to the argument `B`.
+if a nonlambda is supplied as an operand whose operator assumes it to be a lambda, this is an error.
+
## binary operators
the binary operators, when used, evaluate to their definitions below.