Commit 2026-02-11 11:08 1a8f46e1

View on Github →

chore: fix Fintype instances that are not used for data in types (#35102) If a theorem has a Fintype instance which is only used in proofs in the remainder of the theorem's type, it can be replaced with Finite. These were found by the upgrade to the unused instances in types linter in #32440.

Estimated changes