aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Notations.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-22 23:11:58 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-22 23:11:58 +0000
commit70cef8d5617e9a4b8a54dc7ca9a5212748be9b5f (patch)
treed727e6cacef6a7ed5aa8c2f0e1815d7e54d64fbe /theories/Init/Notations.v
parenta6014aeeb9a515d6120f22ae0bbed029b474b71f (diff)
V8Notation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4065 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Notations.v')
-rw-r--r--theories/Init/Notations.v8
1 files changed, 4 insertions, 4 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v
index cfc622aeb..3d216680d 100644
--- a/theories/Init/Notations.v
+++ b/theories/Init/Notations.v
@@ -32,10 +32,10 @@ Uninterpreted Notation "x <> y :> T"
Uninterpreted Notation "x <> y"
(at level 5, no associativity).
-Uninterpreted V8Notation "x <= y" (at level 5, no associativity).
-Uninterpreted V8Notation "x < y" (at level 5, no associativity).
-Uninterpreted V8Notation "x >= y" (at level 5, no associativity).
-Uninterpreted V8Notation "x > y" (at level 5, no associativity).
+Uninterpreted V8Notation "x <= y" (at level 50, no associativity).
+Uninterpreted V8Notation "x < y" (at level 50, no associativity).
+Uninterpreted V8Notation "x >= y" (at level 50, no associativity).
+Uninterpreted V8Notation "x > y" (at level 50, no associativity).
(** Arithmetical notations (also used for type constructors) *)