---
layout: default
title : "Demos module"
date : "2022-04-27"
author: "the agda-algebras development team"
---

## Demos of the Agda Algebras Library


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

module Demos where

open import Demos.GeneralOperationsAndRelations
open import Demos.HSP
open import Demos.ContraX
```