aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories7
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 /theories7
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 'theories7')
-rw-r--r--theories7/ZArith/Znumtheory.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories7/ZArith/Znumtheory.v b/theories7/ZArith/Znumtheory.v
index dfe1c31fd..481639510 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*)