Commit 2021-08-26 11:17 2a6fef39
View on Github →refactor(order/filter/bases): allow ι : Sort* (#8856)
- ιin- filter.has_basis (l : filter α) (p : ι → Prop) (s : ι → set )now can be a- Sort *;
- some lemmas now have "primed" versions that use pprodinstead ofprod;
- new lemma: filter.has_basis_supr. I also added a few missing lemmas todata.pprodand golfed a couple of proofs.