Commit 2025-11-20 07:16 56c98a55

View on Github →

chore: remove unused Decidable* instances in theorem types (#31831) This PR removes Decidable* instances that are not used by the remainder of a theorem's type and so can be replaced by classical in the proof (found by the #31142). This allows us to turn on the unusedDecidableInType linter, which is done in #31747. Notes:

Estimated changes