Skip to content

Commit 14d46d4

Browse files
committed
deprecation warning and CHANGELOG entry
1 parent 900f087 commit 14d46d4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -946,6 +946,8 @@ Deprecated names
946946
pos-distrib-* ↦ pos-*
947947
pos-+-commute ↦ pos-+
948948
abs-*-commute ↦ abs-*
949+
950+
+-isAbelianGroup ↦ +-0-isAbelianGroup
949951
```
950952

951953
* In `Data.List.Properties`:

src/Data/Integer/Properties.agda

+5
Original file line numberDiff line numberDiff line change
@@ -2381,3 +2381,8 @@ pos-distrib-* m n = sym (pos-* m n)
23812381
"Warning: pos-distrib-* was deprecated in v2.0
23822382
Please use pos-* instead."
23832383
#-}
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

Comments
 (0)