aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/ZArith/Znumtheory.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-04 23:57:11 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-04 23:57:11 +0000
commita4f1f695e56d9bb396028a2aaf03d53944932199 (patch)
tree5baf73f674df39d5b65afaf5c87a2323ddf34e29 /theories/ZArith/Znumtheory.v
parent2282ba6b0f7a774d9c90ed7d0f65ac03f6e78ef0 (diff)
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
Diffstat (limited to 'theories/ZArith/Znumtheory.v')
-rw-r--r--theories/ZArith/Znumtheory.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/ZArith/Znumtheory.v b/theories/ZArith/Znumtheory.v
index ed6272c44..8bd5117dc 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*)