Skip to content

Commit

Permalink
fix instance cycle in Homotopy.HSpace.Core
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlg committed Sep 3, 2023
1 parent 6c2c3f6 commit 8d8e633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Homotopy/HSpace/Core.v
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ Definition homogeneous_pt_id_beta `{Funext} {A : pType} `{IsHomogeneous A}
:= ltac:(apply path_pequiv, peisretr).

(** This modified structure makes any homogeneous type into a (left-invertible) H-space. *)
Global Instance ishspace_homogeneous {A : pType} `{IsHomogeneous A}
Definition ishspace_homogeneous {A : pType} `{IsHomogeneous A}
: IsHSpace A.
Proof.
snrapply Build_IsHSpace.
Expand Down

0 comments on commit 8d8e633

Please sign in to comment.