⚠️ 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 -- -- Metrics with ℕ as the codomain of the metric function ------------------------------------------------------------------------ {-# OPTIONS --cubical-compatible --safe #-} module Function.Metric.Nat where open import Function.Metric.Nat.Core public open import Function.Metric.Nat.Definitions public open import Function.Metric.Nat.Structures public open import Function.Metric.Nat.Bundles public