From d3defc5b6f4e804bd6d052d350a54176c169d914 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 29 May 2003 20:31:57 +0000 Subject: Ne pas mettre d'associatif a droite au niveau 3 en V7 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4088 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Bool/Bool.v | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'theories/Bool/Bool.v') diff --git a/theories/Bool/Bool.v b/theories/Bool/Bool.v index 96160f0918..d17741295b 100755 --- a/theories/Bool/Bool.v +++ b/theories/Bool/Bool.v @@ -173,7 +173,8 @@ Definition negb := [b:bool]Cases b of end. Infix "||" orb (at level 4, left associativity) : bool_scope. -Infix "&&" andb (at level 3, left associativity) : bool_scope. +Infix "&&" andb (at level 3, no associativity) : bool_scope + V8only (at level 30, left associativity). Notation "!! b" := (negb b) (at level 0, right associativity) : bool_scope. Open Scope bool_scope. -- cgit v1.2.3