aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--theories/ZArith/Zsyntax.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/theories/ZArith/Zsyntax.v b/theories/ZArith/Zsyntax.v
index d0798eece..d81dd968f 100644
--- a/theories/ZArith/Zsyntax.v
+++ b/theories/ZArith/Zsyntax.v
@@ -251,8 +251,7 @@ Notation "x < y < z" := (Zlt x y)/\(Zlt y z)
Notation "x < y <= z" := (Zlt x y)/\(Zle y z)
(at level 5, y at level 4):Z_scope
V8only (at level 50, y at next level).
-Notation "x = y = z" := x=y/\y=z
- (at level 5, y at level 4) : Z_scope
+Notation "x = y = z" := x=y/\y=z : Z_scope
V8only (at level 50, y at next level).
(* Now a polymorphic notation