aboutsummaryrefslogtreecommitdiff
path: root/mathcomp
diff options
context:
space:
mode:
authorCyril Cohen2020-11-06 11:34:40 +0100
committerGitHub2020-11-06 11:34:40 +0100
commita637acb7940706d162fe46b1359638f986d4c9bd (patch)
tree7b30dad4e429143ae86ded4a0898b1049d4cabab /mathcomp
parenta14d422bcc1a44a860dd207b10d239c064d22548 (diff)
Update mathcomp/ssreflect/ssrnat.v
Diffstat (limited to 'mathcomp')
-rw-r--r--mathcomp/ssreflect/ssrnat.v3
1 files changed, 2 insertions, 1 deletions
diff --git a/mathcomp/ssreflect/ssrnat.v b/mathcomp/ssreflect/ssrnat.v
index 0aacfa4..568f8b0 100644
--- a/mathcomp/ssreflect/ssrnat.v
+++ b/mathcomp/ssreflect/ssrnat.v
@@ -2035,7 +2035,8 @@ Notation "@ 'odd_opp'" :=
Notation "@ 'sqrn_sub'" :=
(deprecate sqrn_sub sqrnB) (at level 10, only parsing) : fun_scope.
-#[deprecated(since="mathcomp 1.12.0", note="Use iterD instead.")]
+(* TODO: restore when Coq 8.10 is no longer supported *)
+(* #[deprecated(since="mathcomp 1.13.0", note="Use iterD instead.")] *)
Notation iter_add := iterD (only parsing).
Notation maxn_mulr := (deprecate maxn_mulr maxnMr) (only parsing).