Commit 2023-12-18 10:05 8eef7faf

View on Github →

feat: demote the instance Fintype.ofIsEmpty to a def (#8816) Rationale: this instance creates (empty) data out of nothing, which may conflict with other data. If you have in the context [Fintype i] and case on whether i is empty or not, then this gave two non-defeq instances of [Fintype i] around.

Estimated changes