English
There is a bundled BddOrd constructed from any type X with a partial order and a bounded order structure.
Русский
Существует упакованный объект BddOrd, построенный на основе любого типа X с частичным порядком и ограниченным порядком.
LaTeX
$$abbrev of (X : Type*) [PartialOrder X] [BoundedOrder X] : BddOrd$$
Lean4
/-- Construct a bundled `BddOrd` from the underlying type and typeclass. -/
abbrev of (X : Type*) [PartialOrder X] [BoundedOrder X] : BddOrd where carrier := X