Commit 2025-03-18 05:03 f7b6fa64
View on Github →feat: merge wqo APIs (#20786)
PR #21008 previously introduced a WellQuasiOrdered
predicate and a WellQuasiOrderedLE
typeclass. This PR unifies these with the preexisting Set.PartiallyWellOrderedOn
and Set.IsPWO
predicates.
A future PR will rename PartiallyWellOrderedOn
to WellQuasiOrderedOn
and IsPWO
to IsWQO
, since these are the more common names.