No description
Find a file
2023-10-12 21:39:36 +02:00
src Added index with some nice text 2023-10-12 21:39:36 +02:00
.gitignore Added iota to delay 2023-09-11 15:57:14 +02:00
Agda.css Add CSS, small fixes, rewrite delay monad documentation 2023-09-16 00:02:51 +02:00
bsc.agda-lib minor fixes 2023-08-19 12:37:03 +02:00
index.lagda.md Added index with some nice text 2023-10-12 21:39:36 +02:00
Literature.md Add CSS, small fixes, rewrite delay monad documentation 2023-09-16 00:02:51 +02:00
Makefile Added index with some nice text 2023-10-12 21:39:36 +02:00
README.md Update README.md 2023-10-03 17:01:18 +00:00

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:

  1. Kleisli triples [merged]
    • Categories.Monad.Construction.Kleisli
  2. Distributive categories (and the relation to extensivity) [merged]
    • Categories.Category.Distributive
    • Categories.Category.Extensive.Bundle
    • Categories.Category.Extensive.Properties.Distributive
  3. Parametrized (or stable) natural numbers objects [merged]
    • Categories.Object.NaturalNumbers.Parametrized
    • Categories.Object.NaturalNumbers.Properties.F-Algebra
    • Categories.Object.NaturalNumbers.Properties.Parametrized
  4. Commutative monad [TODO]

TODO

TODOs are found inside the literate agda files!