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
- Host: GitHub
- URL: https://github.com/totbwf/cubical-categories
- Owner: TOTBWF
- Created: 2019-10-27T00:56:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T00:18:45.000Z (over 5 years ago)
- Last Synced: 2025-01-17T02:35:19.920Z (5 months ago)
- Topics: agda, category-theory, cubical-type-theory
- Language: Agda
- Size: 37.1 KB
- Stars: 21
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.org
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.