From e4c997965f822488376fde2bb34285d3ec943a20 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 22 Jan 2003 06:42:40 +0000 Subject: Bug precedence git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3572 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/ZArith/Zsyntax.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3