Lambda: fix the term in an example showing typing relation is not injective
This commit is contained in:
parent
233bac8071
commit
3a3539bb77
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue