More: fixes the projection function used in the informal definition of from×⊤ (#533)

This commit is contained in:
Marko Dimjašević 2020-10-24 17:03:53 +02:00 committed by GitHub
parent c70e990c29
commit 753029e3ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -381,7 +381,7 @@ Here is the isomorphism between `A` and ``A `× ```:
to× = ƛ x ⇒ `⟨ x , `tt ⟩
from× : ∅ ⊢ A `× ` ⇒ A
from× = ƛ z ⇒ proj₁ z
from× = ƛ z ⇒ `proj₁ z
## Alternative formulation of unit type