Skip to content

Commit 7af18ef

Browse files
Fix one problem that arose because of the displayed algebra change (#56)
1 parent 17e2c23 commit 7af18ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2024-07-Minneapolis/5_Set-level-mathematics/set_level_mathematics_solutions.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Proof.
282282
+ intros i. use proofirrelevance. use isapropismonoidop.
283283
+ intros i. induction i. use idpath.
284284
+ use setproperty.
285-
+ use isapropifcontr. exact (@isapropismonoidop X (pr2 X) Xop Yop).
285+
+ use isapropifcontr. exact (@isapropismonoidop (pr1setwithbinop X) (pr2 X) Xop Yop).
286286
Defined.
287287
Opaque monoid_univalence_weq2.
288288

0 commit comments

Comments
 (0)