Lambda: fix highlighting of bindings in the text

This commit is contained in:
Marko Dimjašević 2020-06-07 22:38:34 +02:00
parent 2b0f229c93
commit 3673bc8d26
No known key found for this signature in database
GPG key ID: 565EE9641503F0AA

View file

@ -1236,8 +1236,8 @@ to use them inside other binding contexts as well as at the top level.
Here the two lookup judgments `∋m` and `∋m` refer to two different Here the two lookup judgments `∋m` and `∋m` refer to two different
bindings of variables named `"m"`. In contrast, the two judgments `∋n` and bindings of variables named `"m"`. In contrast, the two judgments `∋n` and
`∋n` both refer to the same binding of `"n"` but accessed in different `∋n` both refer to the same binding of `"n"` but accessed in different
contexts, the first where "n" is the last binding in the context, and contexts, the first where `"n"` is the last binding in the context, and
the second after "m" is bound in the successor branch of the case. the second after `"m"` is bound in the successor branch of the case.
And here are typings for the remainder of the Church example: And here are typings for the remainder of the Church example:
``` ```