Merge pull request #20 from Fingerzam/connectives-product-distributes
Fix typo: products distributes -> product distributes
This commit is contained in:
commit
20c87f503d
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
|
||||
Products distribute 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