Lambda: fix the term in an example showing typing relation is not injective

This commit is contained in:
Marko Dimjašević 2020-01-03 08:50:22 +01:00
parent 233bac8071
commit 3a3539bb77

View file

@ -1315,7 +1315,7 @@ there is at most one `A` such that the judgment holds:
```
The typing relation `Γ ⊢ M ⦂ A` is not injective. For example, in any `Γ`
the term `ƛ "x" ⇒ "x"` has type `A ⇒ A` for any type `A`.
the term `` ƛ "x" ⇒ ` "x" `` has type `A ⇒ A` for any type `A`.
### Non-examples