Skip to content

Commit 407d413

Browse files
authored
Update README.md
1 parent 17a5253 commit 407d413

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,8 @@ We proceed by showing that `Z` is an example of both structures, and use
5454
the lemma just proved on a statement about `Z`.
5555

5656
```coq
57-
Definition Z_CoMoid := AddComoid_of_Type.Build Z 0%Z Z.add Z.add_assoc Z.add_comm Z.add_0_l.
58-
HB.instance Z Z_CoMoid.
59-
Definition Z_AbGrp := AbelianGrp_of_AddComoid.Build Z Z.opp Z.add_opp_diag_l.
60-
HB.instance Z Z_AbGrp.
57+
HB.instance Definition Z_CoMoid := AddComoid_of_Type.Build Z 0%Z Z.add Z.add_assoc Z.add_comm Z.add_0_l.
58+
HB.instance Definition Z_AbGrp := AbelianGrp_of_AddComoid.Build Z Z.opp Z.add_opp_diag_l.
6159
6260
Lemma example2 (x : Z) : x + (- x) = - 0.
6361
Proof. by rewrite example. Qed.

0 commit comments

Comments
 (0)