Skip to content

Commit 068bd74

Browse files
committed
Deprecate mX in mpoly.v
1 parent 02d00d2 commit 068bd74

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/mpoly.v

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,12 +1621,10 @@ Definition mpolyX m : {mpoly R[n]} :=
16211621

16221622
Canonical mpolyX_unlockable m := [unlockable of (mpolyX m)].
16231623

1624-
Definition mX (k : 'I_n) : 'X_{1..n} := [multinom (i == k : nat) | i < n].
1625-
16261624
End MPolyVar.
16271625

1628-
Arguments mX : simpl never.
1629-
1626+
#[deprecated(since="multinomials 2.5.0", note="Use mnm1 instead.")]
1627+
Notation mX := mnm1.
16301628

16311629
Notation "'X_[ R , m ]" := (@mpolyX _ R m).
16321630
Notation "'X_[ m ]" := (@mpolyX _ _ m).

0 commit comments

Comments
 (0)