From 73e34d80105136c21db535964c359097111bb96c Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 26 Nov 2002 15:14:43 +0000 Subject: Plus d'indication pour le gestionnaire de niveaux git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3292 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/LogicSyntax.v | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/theories/Init/LogicSyntax.v b/theories/Init/LogicSyntax.v index 6beae7d768..0d8285fcc7 100644 --- a/theories/Init/LogicSyntax.v +++ b/theories/Init/LogicSyntax.v @@ -14,14 +14,11 @@ Require Export Logic. Notation "< P , Q > { p , q }" := (conj P Q p q) (at level 1). -Distfix RIGHTA 5 "~ _" not. - -Notation "x = y" := (eq ? x y) (at level 5). +Notation "x = y" := (eq ? x y) (at level 5, no associativity). +Notation "~ x" := (not x) (at level 5, right associativity). Infix RIGHTA 6 "/\\" and. - Infix RIGHTA 7 "\\/" or. - Infix RIGHTA 8 "<->" iff. Notation "'IF' c1 'then' c2 'else' c3" := (IF c1 c2 c3) -- cgit v1.2.3