File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,11 @@ Deprecated names
7979 ¬∀⟶∃¬- ↦ ¬∀⇒∃¬
8080 ```
8181
82+ * In ` Data.Rational.Properties ` :
83+ ``` agda
84+ nonPos*nonPos⇒nonPos ↦ nonPos*nonPos⇒nonNeg
85+ ```
86+
8287* In ` Data.Vec.Properties ` :
8388 ``` agda
8489 truncate-irrelevant ↦ Relation.Binary.PropositionalEquality.Core.refl
Original file line number Diff line number Diff line change @@ -1870,3 +1870,11 @@ Please use neg<pos instead."
18701870open Data.Rational.Base public
18711871 using (+-rawMagma; +-0-rawGroup; *-rawMagma; +-*-rawNearSemiring; +-*-rawSemiring; +-*-rawRing)
18721872 renaming (+-0-rawMonoid to +-rawMonoid; *-1-rawMonoid to *-rawMonoid)
1873+
1874+ -- Version 2.4
1875+
1876+ nonPos*nonPos⇒nonPos = nonPos*nonPos⇒nonNeg
1877+ {-# WARNING_ON_USAGE nonPos*nonPos⇒nonPos
1878+ "Warning: nonPos*nonPos⇒nonPos was deprecated in v2.4.
1879+ Please use nonPos*nonPos⇒nonNeg instead."
1880+ #-}
You can’t perform that action at this time.
0 commit comments