ualib / agda-algebras

The Agda Universal Algebra Library (html docs available at the url below)
https://ualib.github.io/agda-algebras/
Creative Commons Attribution Share Alike 4.0 International
29 stars 7 forks source link

reorganize and cleanup #232

Closed williamdemeo closed 2 years ago

williamdemeo commented 2 years ago

Moved some basic definitions out of Functions module and into new Overture module.

(This allows the Relations module to precede the Functions module, which I like.)