You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Untags `coe_fintypeCard : ↑(Fintype.card s) = s.encard` as `@[simp]`, and instead tags
- `fintypeCard_eq_ncard : Fintype.card s = s.ncard`
- `coe_ncard_eq_encard : ↑(s.ncard) = s.encard`
Then untags `simp` lemmas which are no longer simpNF because of this change;
simpNF versions of some of them will be introduced in future PRs.
0 commit comments