⚠️ Archived site. This is the pre-3.0 Agda Universal Algebra Library, preserved for reference. Its current home is agda-algebras.universalalgebra.org (as of July 2026).
------------------------------------------------------------------------ -- The Agda standard library -- -- Order-theoretic lattices ------------------------------------------------------------------------ {-# OPTIONS --cubical-compatible --safe #-} module Relation.Binary.Lattice where ------------------------------------------------------------------------ -- Re-export various components of the lattice hierarchy open import Relation.Binary.Lattice.Definitions public open import Relation.Binary.Lattice.Structures public open import Relation.Binary.Lattice.Bundles public