Skip to content

Commit

Permalink
Merge pull request #1740 from herbelin/master+qualifying-idtoiso
Browse files Browse the repository at this point in the history
Qualifying idtoiso into Category.Morphisms.idtoiso
  • Loading branch information
Alizter authored Aug 7, 2023
2 parents cca97be + 297229e commit c89dc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Categories/FunctorCategory/Morphisms.v
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Section idtoiso.
Lemma eta_idtoiso
(F G : object (C -> D))
(T : F = G)
: Morphisms.idtoiso _ T = idtoiso T.
: Category.Morphisms.idtoiso _ T = idtoiso T.
Proof.
case T.
expand; f_ap.
Expand Down

0 comments on commit c89dc10

Please sign in to comment.