↑ Top


Overture

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


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

module Overture where

open import Overture.Preface     public
open import Overture.Basic       public
open import Overture.Signatures  public
open import Overture.Operations  public

↑ Top Overture.Preface →