aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/ZArith/Znumtheory.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-16 15:03:50 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-16 15:03:50 +0000
commit7b207245cdfd7d91863441ef8e3fa4b99e830fac (patch)
tree021ca8bb716002b55c7cbe7ef15f9f6ed493056a /theories/ZArith/Znumtheory.v
parent5eb8860b4326c61e92050a2accebf489d2ebf048 (diff)
Duplication temporaire des règles de syntaxe des paires
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5102 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/ZArith/Znumtheory.v')
-rw-r--r--theories/ZArith/Znumtheory.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/theories/ZArith/Znumtheory.v b/theories/ZArith/Znumtheory.v
index 8bd5117dc..46ba76ffc 100644
--- a/theories/ZArith/Znumtheory.v
+++ b/theories/ZArith/Znumtheory.v
@@ -30,8 +30,7 @@ Inductive Zdivide (a b:Z) : Prop :=
(** Syntax for divisibility *)
-Notation "a | b" := (Zdivide a b) (at level 260, no associativity) :
- Z_scope.
+Notation "( a | b )" := (Zdivide a b) (at level 0) : Z_scope.
(** Results concerning divisibility*)