aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--theories/Reals/Rsyntax.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Reals/Rsyntax.v b/theories/Reals/Rsyntax.v
index 14cb0c8084..4733ad3cb8 100644
--- a/theories/Reals/Rsyntax.v
+++ b/theories/Reals/Rsyntax.v
@@ -230,7 +230,7 @@ Notation "x < y < z" := (Rlt x y)/\(Rlt y z)
Notation "x < y <= z" := (Rlt x y)/\(Rle y z)
(at level 5, y at level 4) : R_scope
V8only (at level 50, y at level 49, no associativity).
-Notation "x <> y" := ~(eqT R x y) (at level 5) : R_scope.
+(*Notation "x <> y" := ~(eqT R x y) (at level 5) : R_scope.*)
Notation "/ x" := (Rinv x) (at level 0): R_scope
V8only (at level 30, left associativity).