diff options
| author | Cyril Cohen | 2021-01-22 15:13:52 +0100 |
|---|---|---|
| committer | GitHub | 2021-01-22 15:13:52 +0100 |
| commit | 5853de19f08ec7ddb3782ea9bb4783fdc8443558 (patch) | |
| tree | ab0ca09da86f27ef6bdf5f9f2e1bc32c5556638e /mathcomp/algebra/intdiv.v | |
| parent | c1c8ae66da745ec3960ecab02549ad918051fb0c (diff) | |
| parent | 9ea33f07e98066cd05b5ab93f336f95e83272828 (diff) | |
Merge pull request #686 from pi8027/drop-coq-8.10
Drop support for Coq 8.10
Diffstat (limited to 'mathcomp/algebra/intdiv.v')
| -rw-r--r-- | mathcomp/algebra/intdiv.v | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/mathcomp/algebra/intdiv.v b/mathcomp/algebra/intdiv.v index 3efe76d..c99ef61 100644 --- a/mathcomp/algebra/intdiv.v +++ b/mathcomp/algebra/intdiv.v @@ -1075,11 +1075,11 @@ rewrite -defS -2!mulmxA; have ->: T *m pinvmx T = 1%:M. by move=> i; rewrite mulmx1 -map_mxM 2!mxE denq_int mxE. Qed. -Notation "@ 'coprimez_expl'" := - (deprecate coprimez_expl coprimezXl) (at level 10, only parsing) : fun_scope. -Notation "@ 'coprimez_expr'" := - (deprecate coprimez_expr coprimezXr) (at level 10, only parsing) : fun_scope. -Notation coprimez_mull := (deprecate coprimez_mull coprimezMl) (only parsing). -Notation coprimez_mulr := (deprecate coprimez_mulr coprimezMr) (only parsing). -Notation coprimez_expl := (fun k => @coprimez_expl k _ _) (only parsing). -Notation coprimez_expr := (fun k => @coprimez_expr k _ _) (only parsing). +#[deprecated(since="mathcomp 1.12.0", note="Use coprimezMl instead.")] +Notation coprimez_mull := coprimezMl (only parsing). +#[deprecated(since="mathcomp 1.12.0", note="Use coprimezMr instead.")] +Notation coprimez_mulr := coprimezMr (only parsing). +#[deprecated(since="mathcomp 1.12.0", note="Use coprimezXl instead.")] +Notation coprimez_expl := coprimezXl (only parsing). +#[deprecated(since="mathcomp 1.12.0", note="Use coprimezXr instead.")] +Notation coprimez_expr := coprimezXr (only parsing). |
