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


Relations on setoids

This is the Setoid.Relations module of the Agda Universal Algebra Library.


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

module Setoid.Relations where

open import Setoid.Relations.Discrete   public
open import Setoid.Relations.Quotients  public

↑ Setoid Setoid.Relations.Discrete →