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

### Exercises

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


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

module Exercises where

open import Exercises.Complexity
```