More: fixes the projection function used in the informal definition of from×⊤ (#533)
This commit is contained in:
parent
c70e990c29
commit
753029e3ad
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ Here is the isomorphism between `A` and ``A `× `⊤``:
|
||||||
to×⊤ = ƛ x ⇒ `⟨ x , `tt ⟩
|
to×⊤ = ƛ x ⇒ `⟨ x , `tt ⟩
|
||||||
|
|
||||||
from×⊤ : ∅ ⊢ A `× `⊤ ⇒ A
|
from×⊤ : ∅ ⊢ A `× `⊤ ⇒ A
|
||||||
from×⊤ = ƛ z ⇒ proj₁ z
|
from×⊤ = ƛ z ⇒ `proj₁ z
|
||||||
|
|
||||||
|
|
||||||
## Alternative formulation of unit type
|
## Alternative formulation of unit type
|
||||||
|
|
Loading…
Reference in a new issue