products distributes -> product distributes
This commit is contained in:
parent
5ffb1c9876
commit
19b2cda6b9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue