⚠️ 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).

↑ Top


Setoid Types for General Algebra

This module collects all submodule of that part of the library based on setoids, as opposed to “bare” types (see Base.lagda).


{-# OPTIONS --without-K --exact-split --safe #-}

module Setoid where

open import Setoid.Relations
open import Setoid.Functions
open import Setoid.Algebras
open import Setoid.Homomorphisms
open import Setoid.Terms
open import Setoid.Subalgebras
open import Setoid.Varieties

↑ Top Setoid.Relations →