aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/PArith
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-04-16 09:09:44 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-04-16 09:09:44 +0200
commit8fdfbdbcb4156571a43db7445dea6cd6cec58a53 (patch)
treec14e2d109112f1fef9cf19b293ddd275ad79cbfe /theories/PArith
parentea08600edd8796bc8d2782a1750c628c2f64f3d6 (diff)
parent2243c25c79ab19876ad74452c9cecc7dcc88c67c (diff)
Merge PR #7200: [ltac] Deprecate nameless fix/cofix.
Diffstat (limited to 'theories/PArith')
-rw-r--r--theories/PArith/BinPos.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/PArith/BinPos.v b/theories/PArith/BinPos.v
index 8d0896db7..000d895e1 100644
--- a/theories/PArith/BinPos.v
+++ b/theories/PArith/BinPos.v
@@ -1655,7 +1655,7 @@ Qed.
Lemma sqrtrem_spec p : SqrtSpec (sqrtrem p) p.
Proof.
-revert p. fix 1.
+revert p. fix sqrtrem_spec 1.
destruct p; try destruct p; try (constructor; easy);
apply sqrtrem_step_spec; auto.
Qed.