Commit 2022-01-28 13:31 ff241e13
View on Github →feat(order/max): Predicate for minimal/maximal elements, typeclass for orders without bottoms (#11618) This defines
is_min
: Predicate for a minimal elementis_max
: Predicate for a maximal elementno_bot_order
: Predicate for an order without bottomsno_top_order
: Predicate for an order without tops