Commit 2022-05-22 04:22 a8a211f2
View on Github →feat(order/lattice): add left_lt_inf etc (#14152)
- add left_lt_sup,right_lt_sup,left_or_right_lt_sup, and theirinfcounterparts;
- generalize is_top_or_exists_gtandis_bot_or_exists_ltto directed orders, replacingforall_le_or_exists_lt_infandforall_le_or_exists_lt_sup;
- generalize exists_lt_of_supandexists_lt_of_infto directed orders, rename them toexists_lt_of_directed_leandexists_lt_of_directed_ge.