Commit 2025-02-15 09:16 58f3e390
View on Github →refactor(Limits/Preserves/Finite): review API (#21890)
- Discard unneeded
Subsingletoninstances. Probably, these instances were added when the typeclasses were inType*. - Require a proof for
Fin _in the definition, then prove an instance forJ : Type u. - Assume
Finite _instead ofFintype _here and there. - Drop some no longer needed
Nonemptywrappers.