We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CHANGELOG
1 parent 900f087 commit 14d46d4Copy full SHA for 14d46d4
CHANGELOG.md
@@ -946,6 +946,8 @@ Deprecated names
946
pos-distrib-* ↦ pos-*
947
pos-+-commute ↦ pos-+
948
abs-*-commute ↦ abs-*
949
+
950
+ +-isAbelianGroup ↦ +-0-isAbelianGroup
951
```
952
953
* In `Data.List.Properties`:
src/Data/Integer/Properties.agda
@@ -2381,3 +2381,8 @@ pos-distrib-* m n = sym (pos-* m n)
2381
"Warning: pos-distrib-* was deprecated in v2.0
2382
Please use pos-* instead."
2383
#-}
2384
++-isAbelianGroup = +-0-isAbelianGroup
2385
+{-# WARNING_ON_USAGE +-isAbelianGroup
2386
+"Warning: +-isAbelianGroup was deprecated in v2.0
2387
+Please use +-0-isAbelianGroup instead."
2388
+#-}
0 commit comments