File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,12 @@ Deprecated names
49
49
_-_ ↦ _//_
50
50
```
51
51
52
+ * In ` Algebra.Structures.Biased ` :
53
+ ``` agda
54
+ IsRing* ↦ Algebra.Structures.IsRing
55
+ isRing* ↦ Algebra.Structures.isRing
56
+ ```
57
+
52
58
* In ` Data.Nat.Divisibility.Core ` :
53
59
``` agda
54
60
*-pres-∣ ↦ Data.Nat.Divisibility.*-pres-∣
Original file line number Diff line number Diff line change @@ -262,5 +262,17 @@ Please use the standard `IsRing` instead."
262
262
#-}
263
263
{-# WARNING_ON_USAGE isRingWithoutAnnihilatingZero
264
264
"Warning: isRingWithoutAnnihilatingZero was deprecated in v2.0.
265
+ Please use the standard `isRing` instead."
266
+ #-}
267
+
268
+ -- Version 2.1
269
+
270
+ -- issue #2253
271
+ {-# WARNING_ON_USAGE IsRing*
272
+ "Warning: IsRing* was deprecated in v2.1.
265
273
Please use the standard `IsRing` instead."
266
274
#-}
275
+ {-# WARNING_ON_USAGE isRing*
276
+ "Warning: isRing* was deprecated in v2.1.
277
+ Please use the standard `isRing` instead."
278
+ #-}
You can’t perform that action at this time.
0 commit comments