aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-30 15:16:33 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-09-30 15:16:33 +0000
commitcdcd93f7706a5838cb95f9d5d107fa245ecebaf4 (patch)
treedcdb89b349600c347da20328486371f3e163e868 /theories
parent31170dc8e612e1d5688d4c7631f49cecf9bad732 (diff)
'_ = _ = _' maintenant predefini, meme en V7
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4507 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories')
-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