Skip to content

Commit

Permalink
Qualifying idtoiso into Category.Morphisms.idtoiso.
Browse files Browse the repository at this point in the history
This is to anticipate Coq introducing discharge on the fly and adding
new names for discharged constants (see PR #17888).
  • Loading branch information
herbelin committed Jul 29, 2023
1 parent cca97be commit 297229e
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 297229e

Please sign in to comment.