English
Construct a bundled bounded distributive lattice from a type equipped with a lattice structure and bounded order.
Русский
Построим упакованную ограниченную распределительную решётку из типа, наделённого структурой решётки и ограниченным порядком.
LaTeX
$$$ \text{of}(\alpha) \text{ is a } BddLat \text{ with carrier } \alpha $$$
Lean4
/-- Construct a bundled `BddLat` from `Lattice` + `BoundedOrder`. -/
abbrev of (α : Type*) [Lattice α] [BoundedOrder α] : BddLat where carrier := α