diff options
| author | herbelin | 2003-01-22 06:42:40 +0000 |
|---|---|---|
| committer | herbelin | 2003-01-22 06:42:40 +0000 |
| commit | e4c997965f822488376fde2bb34285d3ec943a20 (patch) | |
| tree | b2469d43a13e78970b63dda136ab43dee5e441e3 | |
| parent | 5794aee035554ba6de9b0f2ac1ab4a711a9faed8 (diff) | |
Bug precedence
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3572 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | theories/ZArith/Zsyntax.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/Zsyntax.v b/theories/ZArith/Zsyntax.v index 863e967597..9ac3d03d35 100644 --- a/theories/ZArith/Zsyntax.v +++ b/theories/ZArith/Zsyntax.v @@ -228,7 +228,7 @@ Delimits Scope Z_scope with Z. Infix "+" Zplus (at level 4) : Z_scope. Infix "-" Zminus (at level 4) : Z_scope. -Infix "*" Zmult (at level 4) : Z_scope. +Infix "*" Zmult (at level 3) : Z_scope. Distfix 0 "- _" Zopp : Z_scope. Infix "<=" Zle (at level 5, no associativity) : Z_scope. Infix "<" Zlt (at level 5, no associativity) : Z_scope. |
