products distributes -> product distributes

This commit is contained in:
Juhana Laurinharju 2018-05-14 22:09:32 +03:00
parent 5ffb1c9876
commit 19b2cda6b9

View file

@ -713,7 +713,7 @@ and the rule `η-×` for products.
## Distribution
Products distributes over sum, up to isomorphism. The code to validate
Product distributes over sum, up to isomorphism. The code to validate
this fact is similar in structure to our previous results.
\begin{code}
×-distrib-⊎ : ∀ {A B C : Set} → (A ⊎ B) × C ≃ (A × C) ⊎ (B × C)