Commit 2025-11-21 11:20 7f8e7247
View on Github →refactor(SetTheory/ZFC): deduplicate coercion to sets (#31287)
Currently, we have both ZFSet.toSet and SetLike.coe to turn a ZFSet into a Set ZFSet. This is bad for simp normal form. This PR removes the first spelling in favor of the second one.