Merge pull request #557 from asr/typos

Fixed typos in the grammar for inherited terms
This commit is contained in:
Philip Wadler 2021-02-10 17:00:03 +00:00 committed by GitHub
commit 045f66a7bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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