Commit 2025-02-09 22:17 a443ebbe
View on Github →chore(Matroid): rename Rk -> Rank in typeclass names (#21605)
as per the (weak) consensus on zulip and the convention established in Data.Matroid.Rank.Cardinal, the rank of a matroid is referred to as 'rank' in lemma names, and the rank of a set is referred to as rk.
Accordingly (and for internal consistency), we rename the typeclasses RkPos -> RankPos, FiniteRk -> RankFinite and InfiniteRk -> RankInfinite.