Commit 2025-11-24 11:02 19bdc16c
View on Github →chore(Data/List): reduce imports (#31643)
- Use
Nat-specific lemmas instead of generic ones to avoid extra imports. - Drop an unneeded assumption in
List.idxOf_inj. - Use
[BEq α] [LawfulBEq α]instead of[DecidableEq α]to sync with core.