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


Types for Computational Complexity

This is the Base.Complexity module of the Agda Universal Algebra Library.


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

module Base.Complexity where

open import Base.Complexity.Basic  public
open import Base.Complexity.CSP    public


← Structures.Sigma.Isos Base.Complexity.Basic →