Skip to content

Commit 3cbb91b

Browse files
committed
rebase
merge
1 parent ff966fe commit 3cbb91b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,13 @@ New modules
183183

184184
* `Relation.Nullary.Recomputable.Core`
185185

186-
* `Algebra.Properties.Semigroup` adding consequences for associativity for semigroups
186+
Additions to existing modules
187187
-----------------------------
188188

189+
* `Algebra.Properties.Monoid` adding consequences for identity for monoids
190+
191+
* In `Algebra.Properties.Semigroup` adding consequences for associativity for semigroups
192+
189193
* In `Algebra.Consequences.Base`:
190194
```agda
191195
module Congruence (_≈_ : Rel A ℓ) (cong : Congruent₂ _≈_ _∙_) (refl : Reflexive _≈_)

0 commit comments

Comments
 (0)