File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,13 @@ Deprecated modules
36
36
* ` Data.List.Relation.Binary.Sublist.Propositional.Disjoint ` deprecated in favour of
37
37
` Data.List.Relation.Binary.Sublist.Propositional.Slice ` .
38
38
39
+ Un-deprecated modules
40
+ ---------------------
41
+
42
+ * The modules ` Function.Endomorphism.Propositional ` and
43
+ ` Function.Endomorphism.Setoid ` previously used the old ` Function `
44
+ hierarchy but have now been ported to using the new one.
45
+
39
46
Deprecated names
40
47
----------------
41
48
@@ -173,7 +180,14 @@ Additions to existing modules
173
180
rawModule : RawModule R c ℓ
174
181
```
175
182
176
- * In ` Algebra.Properties.Group ` :
183
+ * In ` Algebra.Morphism.Structures ` :
184
+ ``` agda
185
+ IsSemigroupHomomorphism : (A → B) → Set _
186
+ IsSemigroupMonomorphism : (A → B) → Set _
187
+ IsSemigroupIsomorphism : (A → B) → Set _
188
+ ```
189
+
190
+ * In ` Algebra.Properties.Group ` :
177
191
``` agda
178
192
isQuasigroup : IsQuasigroup _∙_ _\\_ _//_
179
193
quasigroup : Quasigroup _ _
You can’t perform that action at this time.
0 commit comments