We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a49a35 commit 8ed0e42Copy full SHA for 8ed0e42
README.md
@@ -42,7 +42,7 @@ Notation "- x" := (opp x).
42
```
43
44
Abelian groups feature the operations and properties given by the
45
-`AbelianGrp_of_AddComoid` and `AddComoid_of_Type` mixins.
+`AbelianGrp_of_AddComoid` mixin (and its dependency `AddComoid_of_Type`).
46
47
```coq
48
Lemma example (G : AbelianGrp.type) (x : G) : x + (- x) = - 0.
0 commit comments