Agda UALib ↑


Overture

This is the Overture module of the Agda Universal Algebra Library.

The source code for this module comprises the (literate) Agda program that was used to generate the html page displaying the sentence you are now reading. This source code inhabits the file Overture.lagda, which resides in the git repository of the Agda UALib.


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

module Overture where

open import Overture.Preliminaries
open import Overture.Equality
open import Overture.FunExtensionality
open import Overture.Inverses
open import Overture.Lifts


← Preface Overture.Preliminaries →