aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/setoid_ring/Ring_theory.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-02-09 11:31:35 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-02-09 11:31:35 +0000
commitbd8b71db33fb9e40575713bc58ae39ccf9f68ab7 (patch)
tree4630797ba70528ffeaf076081720866efea3e7dc /contrib/setoid_ring/Ring_theory.v
parent667de252676eb051fc4e056234f505ebafc335ca (diff)
Solde de code mort et petites optimisations sur lesquels je suis
tombé au cours du temps git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10544 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/setoid_ring/Ring_theory.v')
-rw-r--r--contrib/setoid_ring/Ring_theory.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/setoid_ring/Ring_theory.v b/contrib/setoid_ring/Ring_theory.v
index e993f6ba8..caa704595 100644
--- a/contrib/setoid_ring/Ring_theory.v
+++ b/contrib/setoid_ring/Ring_theory.v
@@ -572,7 +572,7 @@ End AddRing.
(** Some simplification tactics*)
Ltac gen_reflexivity Rsth := apply (Seq_refl _ _ Rsth).
-Ltac gen_srewrite O I add mul sub opp eq Rsth Reqe ARth :=
+Ltac gen_srewrite Rsth Reqe ARth :=
repeat first
[ gen_reflexivity Rsth
| progress rewrite (ARopp_zero Rsth Reqe ARth)