From a4f1f695e56d9bb396028a2aaf03d53944932199 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 4 Dec 2003 23:57:11 +0000 Subject: Suppression du niveau 250 vide car pose des problemes avec camlp4; remplace par un niveau ajoute dynamiquement; plus de limite vers le haut: divide au niveau 260 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5069 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/ZArith/Znumtheory.v | 2 +- theories7/ZArith/Znumtheory.v | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/theories/ZArith/Znumtheory.v b/theories/ZArith/Znumtheory.v index ed6272c445..8bd5117dcc 100644 --- a/theories/ZArith/Znumtheory.v +++ b/theories/ZArith/Znumtheory.v @@ -30,7 +30,7 @@ Inductive Zdivide (a b:Z) : Prop := (** Syntax for divisibility *) -Notation "( a | b )" := (Zdivide a b) (at level 0, a, b at level 250) : +Notation "a | b" := (Zdivide a b) (at level 260, no associativity) : Z_scope. (** Results concerning divisibility*) diff --git a/theories7/ZArith/Znumtheory.v b/theories7/ZArith/Znumtheory.v index dfe1c31fda..4816395108 100644 --- a/theories7/ZArith/Znumtheory.v +++ b/theories7/ZArith/Znumtheory.v @@ -33,7 +33,7 @@ Inductive Zdivide [a,b:Z] : Prop := Notation "( a | b )" := (Zdivide a b) (at level 0, a,b at level 10) : Z_scope - V8only (at level 0, a,b at level 250). + V8only "a | b" (at level 260, no associativity). (** Results concerning divisibility*) -- cgit v1.2.3