Commit 2025-02-11 15:35 b1c343ee
View on Github →refactor(*): get rid of last HasForget.instFunLike
instances (#21725)
This PR should get rid of the last lines of the form:
attribute [local instance] HasForget.instFunLike HasForget.hasCoeToSort
anywhere in Mathlib.
A few places provided some nice cleanup opportunities.
There are still quite some (forget _).obj
and (forget _).map
calls remaining, I'll tackle those in a follow up PR.