aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-29 22:12:02 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-29 22:12:02 +0000
commitfbfca9c68a880e8579ac5654c86e5ffdadb04437 (patch)
tree29b5db7b22c12f64a2f42178209e07707b6ea350 /theories
parentd93a43901ff6a4bd264383df486f2dd1387157e6 (diff)
Bug niveau
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4092 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories')
-rw-r--r--theories/Init/Notations.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v
index 9681c4cc1..0ac36e92a 100644
--- a/theories/Init/Notations.v
+++ b/theories/Init/Notations.v
@@ -43,7 +43,7 @@ Uninterpreted V8Notation "x > y" (at level 50, no associativity).
Uninterpreted Notation "x * y" (at level 3, right associativity)
V8only (at level 30, left associativity).
-Uninterpreted V8Notation "x / y" (at level 3, left associativity).
+Uninterpreted V8Notation "x / y" (at level 30, left associativity).
Uninterpreted Notation "x + y" (at level 4, left associativity).
Uninterpreted Notation "x - y" (at level 4, left associativity).
Uninterpreted Notation "- x" (at level 0) V8only (at level 40).