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 element
- is_max: Predicate for a maximal element
- no_bot_order: Predicate for an order without bottoms
- no_top_order: Predicate for an order without tops