We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff966fe commit 3cbb91bCopy full SHA for 3cbb91b
CHANGELOG.md
@@ -183,9 +183,13 @@ New modules
183
184
* `Relation.Nullary.Recomputable.Core`
185
186
-* `Algebra.Properties.Semigroup` adding consequences for associativity for semigroups
+Additions to existing modules
187
-----------------------------
188
189
+* `Algebra.Properties.Monoid` adding consequences for identity for monoids
190
+
191
+* In `Algebra.Properties.Semigroup` adding consequences for associativity for semigroups
192
193
* In `Algebra.Consequences.Base`:
194
```agda
195
module Congruence (_≈_ : Rel A ℓ) (cong : Congruent₂ _≈_ _∙_) (refl : Reflexive _≈_)
0 commit comments