Commit 2022-04-25 04:29 df4066cf
View on Github →refactor(order/ideal): Make order.ideal extend lower_set (#13070)
- Redefine
order.idealto extendlower_set. set_likeinstance- Get rid of
order.ideal.ideal_Inter_nonemptyin favor oforder_bot - Make arguments to
order.ideal.sup_memsemi-implicit - Reorder sections according to typeclass assumptions (some were outdated since Yakov's
order_bot/order_toprefactor)