No description
Find a file
2024-10-13 19:28:44 -07:00
src/Category initial commit 2024-10-13 19:28:44 -07:00
.gitignore initial commit 2024-10-13 19:28:44 -07:00
category.agda-lib initial commit 2024-10-13 19:28:44 -07:00
README.org initial commit 2024-10-13 19:28:44 -07:00

Category-Theory

This is an attempt at formalizing basic category theory in Agda by myself as practice to better understand both Agda and category theory.

My main category theory reference is Category Theory by Steve Awodey (supplemented by MacLane and Categories in Context by Emily Riehl).

My main reference for Agda is Programming Languages Foundations in Agda and browsing the standard library.

Use this excellent library for any real category theory work.