diff options
| -rw-r--r-- | theories/ZArith/Znumtheory.v | 2 | ||||
| -rw-r--r-- | 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*) |
