⚠️ 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 -- -- The universe polymorphic unit type and the total relation on unit ------------------------------------------------------------------------ {-# OPTIONS --cubical-compatible --safe #-} module Data.Unit.Polymorphic where ------------------------------------------------------------------------ -- Re-export contents of Base module open import Data.Unit.Polymorphic.Base public ------------------------------------------------------------------------ -- Re-export query operations open import Data.Unit.Polymorphic.Properties public using (_≟_)