⚠️ 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 -- -- Definitions of algebraic structures like monoids and rings -- (packed in records together with sets, operations, etc.) ------------------------------------------------------------------------ {-# OPTIONS --cubical-compatible --safe #-} module Algebra where open import Algebra.Core public open import Algebra.Definitions public open import Algebra.Structures public open import Algebra.Structures.Biased public open import Algebra.Bundles public