An open API service indexing awesome lists of open source software.

https://github.com/totbwf/cubical-categories

Category theory formalized in cubical agda
https://github.com/totbwf/cubical-categories

agda category-theory cubical-type-theory

Last synced: 3 months ago
JSON representation

Category theory formalized in cubical agda

Awesome Lists containing this project

README

        

#+TITLE:Cubical Categories

This library formalizes Category Theory inside of Cubical Agda.
This lets us avoid issues of morphism equality, and hopefully
lets us implement things like strict categories is a much easier way.

* Origins
This library was born out of https://github.com/agda/agda-categories, and takes
quite a bit of inspiration from it.