You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`Algebra.Properties.Monoid` adding consequences for identity for monoids
168
+
>>>>>>> bbf664506 (update)
165
169
166
170
*`Data.List.Base.{and|or|any|all}` have been lifted out into `Data.Bool.ListAction`.
167
171
@@ -173,6 +177,7 @@ New modules
173
177
174
178
*`Data.List.Sort.InsertionSort.{agda|Base|Properties}` defines insertion sort and proves properties of insertion sort such as Sorted and Permutation properties.
175
179
180
+
<<<<<<< HEAD
176
181
*`Data.List.Sort.MergenSort.{agda|Base|Properties}` is a refactor of the previous `Data.List.Sort.MergenSort`.
177
182
178
183
*`Data.Sign.Show` to show a sign.
@@ -205,6 +210,13 @@ Additions to existing modules
205
210
∙-congʳ : RightCongruent _≈_ _∙_
206
211
```
207
212
213
+
=======
214
+
Additions to existing modules
215
+
-----------------------------
216
+
217
+
* In `Algebra.Properties.Semigroup` adding consequences for associativity for semigroups
0 commit comments