More: fixes an informal definition of swap×

This commit is contained in:
Marko Dimjašević 2020-10-14 18:12:16 +02:00
parent 20516d9e8e
commit ea1b9c2150
No known key found for this signature in database
GPG key ID: 565EE9641503F0AA

View file

@ -206,7 +206,7 @@ construct to a calculus without the construct.
Here is a function to swap the components of a pair:
swap× : ∅ ⊢ A `× B ⇒ B `× A
swap× = ƛ z ⇒ `⟨ proj₂ z , proj₁ z ⟩
swap× = ƛ z ⇒ `⟨ `proj₂ z , `proj₁ z ⟩
## Alternative formulation of products