fix formatting

This commit is contained in:
Jeremy Siek 2020-03-30 16:21:48 -04:00
parent 2412de33fc
commit 14b1fb0e10

View file

@ -66,8 +66,8 @@ rules `↦-intro`, `⊥-intro`, and `⊔-intro`.
If one squints hard enough, the `` function starts to look like the
`curry` operation familar to functional programmers. It turns a
function that expects a tuple of length `n + 1` (the environment `Γ ,
★`) into a function that expects a tuple of length `n` and returns a
function that expects a tuple of length `n + 1` (the environment `Γ , ★`)
into a function that expects a tuple of length `n` and returns a
function of one parameter.
Using this ``, we hope to prove that