minor text edit

This commit is contained in:
Jeremy Siek 2020-03-29 16:53:38 -04:00
parent 2486155f3f
commit 8ffc49e929

View file

@ -675,7 +675,7 @@ the predecessor of the current argument) and one corresponding to the
zero branch of the case. (The cases could be in either order.
We put the successor case first to ease comparison with Church numerals.)
Here is the representation of naturals encoded with de Bruijn indexes:
Here is the Scott representation of naturals encoded with de Bruijn indexes:
```
`zero : ∀ {Γ} → (Γ ⊢ ★)
`zero = ƛ ƛ (# 0)