De Bruijn: fix a line-break in the middle of a markup (#526)
This commit is contained in:
parent
47d08d71fb
commit
a78889398d
1 changed files with 2 additions and 2 deletions
|
@ -736,8 +736,8 @@ variable to avoid capture:
|
|||
`` ƛ "z" ⇒ ` "z" · (` "x" · `zero) ``
|
||||
|
||||
Say the bound `"x"` has type `` `ℕ ⇒ `ℕ ``, the substituted
|
||||
`"y"` has type `` `ℕ ``, and the free `"x"` also has type ``
|
||||
`ℕ ⇒ `ℕ ``. Here is the example formalised:
|
||||
`"y"` has type `` `ℕ ``, and the free `"x"` also has type `` `ℕ ⇒ `ℕ ``.
|
||||
Here is the example formalised:
|
||||
```
|
||||
M₅ : ∅ , `ℕ ⇒ `ℕ , `ℕ ⊢ (`ℕ ⇒ `ℕ) ⇒ `ℕ
|
||||
M₅ = ƛ # 0 · # 1
|
||||
|
|
Loading…
Add table
Reference in a new issue