De Bruijn: fix a line-break in the middle of a markup (#526)

This commit is contained in:
Marko Dimjašević 2020-10-05 17:14:00 +02:00 committed by GitHub
parent 47d08d71fb
commit a78889398d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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