mirror of
https://git8.cs.fau.de/theses/bsc-leon-vatthauer.git
synced 2024-05-31 07:28:34 +02:00
No description
src | ||
.envrc | ||
.gitignore | ||
Agda.css | ||
bsc.agda-lib | ||
flake.lock | ||
flake.nix | ||
index.lagda.md | ||
Literature.md | ||
Makefile | ||
README.md | ||
shell.nix |
BSc Leon Vatthauer
Here I am formalizing some notions of this paper https://arxiv.org/pdf/2102.11828.pdf in agda. The whole project consists of literate agda files, where I add my documentation as markdown. A (mostly up to date) version can be found here: https://wwwcip.cs.fau.de/~hy84coky/bsc-thesis/
Running the project
TODO
Contributions to agda-categories
This project uses the awesome category theory library for agda (agda-categories), it is already very extensive, but some notions needed here are missing, so I contribute them to the library. So far the contributions are:
- Kleisli triples [merged]
Categories.Monad.Construction.Kleisli
- Distributive categories (and the relation to extensivity) [merged]
Categories.Category.Distributive
Categories.Category.Extensive.Bundle
Categories.Category.Extensive.Properties.Distributive
- Parametrized (or stable) natural numbers objects [merged]
Categories.Object.NaturalNumbers.Parametrized
Categories.Object.NaturalNumbers.Properties.F-Algebra
Categories.Object.NaturalNumbers.Properties.Parametrized
- Commutative monad [TODO]
TODO
TODOs are found inside the literate agda files!