---
layout: default
title : "Examples.Structures module"
date : "2022-18-06"
author: "the agda-algebras development team"
---

### Examples of structures

This is the [Examples.Structures][] module of the [Agda Universal Algebra Library][].


```agda
{-# OPTIONS --cubical-compatible --exact-split --safe #-}

module Examples.Structures where

open import Examples.Structures.Signatures  public
open import Examples.Structures.Basic       public
```