aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/setoid_ring/Ring_theory.v
diff options
context:
space:
mode:
authorGravatar bertot <bertot@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-10-16 07:38:44 +0000
committerGravatar bertot <bertot@85f007b7-540e-0410-9357-904b9bb8a0f7>2006-10-16 07:38:44 +0000
commit6a66657ecde0b8c16c5ced22ce0f37b86e9c72ee (patch)
treec3f8c9236ad2ff3d0cb9fa2afff997e236cc3a27 /contrib/setoid_ring/Ring_theory.v
parent0eaf8212746e473e548c8b28d278d318fdc0d842 (diff)
changes the use of lists and notations, to avoid that the notations
from BinList hide the 'List' type as soon as one requires a ring tactic git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9242 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/setoid_ring/Ring_theory.v')
-rw-r--r--contrib/setoid_ring/Ring_theory.v1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/setoid_ring/Ring_theory.v b/contrib/setoid_ring/Ring_theory.v
index a7dacaa75..552e0dec7 100644
--- a/contrib/setoid_ring/Ring_theory.v
+++ b/contrib/setoid_ring/Ring_theory.v
@@ -19,7 +19,6 @@ Reserved Notation "-! x" (at level 35, right associativity).
Reserved Notation "[ x ]" (at level 1, no associativity).
Reserved Notation "x ?== y" (at level 70, no associativity).
-Reserved Notation "x ++ y " (at level 50, left associativity).
Reserved Notation "x -- y" (at level 50, left associativity).
Reserved Notation "x ** y" (at level 40, left associativity).
Reserved Notation "-- x" (at level 35, right associativity).