diff options
Diffstat (limited to 'contrib/ring/Ring_theory.v')
| -rw-r--r-- | contrib/ring/Ring_theory.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ring/Ring_theory.v b/contrib/ring/Ring_theory.v index b938f7db04..4281505e73 100644 --- a/contrib/ring/Ring_theory.v +++ b/contrib/ring/Ring_theory.v @@ -153,7 +153,7 @@ Notation "1" := Aone. Notation "- 0" := (Aopp Azero) (at level 0) V8only (at level 10). Notation "- 1" := (Aopp Aone) (at level 0) V8only (at level 10). Notation "- x" := (Aopp x) (at level 0) - V8only (at level 10, right associativity). + V8only (at level 10, x at level 0). Record Ring_Theory : Prop := { Th_plus_sym : (n,m:A) n + m == m + n; |
