Fixed typos in the grammar for inherited terms.

This commit is contained in:
Andrés Sicard-Ramírez 2021-02-10 10:13:07 -05:00
parent a95b36da45
commit bfe3060196

View file

@ -191,12 +191,12 @@ We can extract the grammar for terms from the above:
M⁻ ↓ A switch to inherited
L⁻, M⁻, N⁻ ::= terms with inherited type
ƛ x ⇒ N abstraction
ƛ x ⇒ N abstraction
`zero zero
`suc M⁻ successor
case L⁺ [zero⇒ M⁻ |suc x ⇒ N⁻ ] case
μ x ⇒ N fixpoint
M ↑ switch to synthesized
μ x ⇒ N fixpoint
M ↑ switch to synthesized
We will formalise the above shortly.