aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Notations.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-21 18:57:19 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-21 18:57:19 +0000
commite8a046a88539a85c45e9273819189676c057237f (patch)
treea7c0dfead0d9678dd2f134e14490971776cbb331 /theories/Init/Notations.v
parenteaa00e1177c61e79f5130730ce9b19d0694e0678 (diff)
Tri et typo
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4960 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Notations.v')
-rw-r--r--theories/Init/Notations.v13
1 files changed, 5 insertions, 8 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v
index a4bffd158..624f6c902 100644
--- a/theories/Init/Notations.v
+++ b/theories/Init/Notations.v
@@ -12,14 +12,12 @@
(** Notations for logical connectives *)
+Uninterpreted Notation "x <-> y" (at level 8, right associativity)
+ V8only (at level 95, no associativity).
Uninterpreted Notation "x /\ y" (at level 6, right associativity)
V8only (at level 80, right associativity).
Uninterpreted Notation "x \/ y" (at level 7, right associativity)
V8only (at level 85, right associativity).
-
-Uninterpreted Notation "x <-> y" (at level 8, right associativity)
- V8only (at level 95, no associativity).
-
Uninterpreted Notation "~ x" (at level 5, right associativity)
V8only (at level 75, right associativity).
@@ -49,14 +47,13 @@ Uninterpreted V8Notation "x < y <= z" (at level 70, y at next level).
(** Arithmetical notations (also used for type constructors) *)
+Uninterpreted Notation "x + y" (at level 4, left associativity).
+Uninterpreted V8Notation "x - y" (at level 50, left associativity).
Uninterpreted Notation "x * y" (at level 3, right associativity)
V8only (at level 40, left associativity).
Uninterpreted V8Notation "x / y" (at level 40, left associativity).
-Uninterpreted Notation "x + y" (at level 4, left associativity).
-Uninterpreted V8Notation "x - y" (at level 50, left associativity).
-Uninterpreted V8Notation "- x" (at level 35, right associative).
+Uninterpreted V8Notation "- x" (at level 35, right associativity).
Uninterpreted V8Notation "/ x" (at level 35, right associativity).
-
Uninterpreted V8Notation "x ^ y" (at level 30, left associativity).
(** Notations for pairs *)