Skip to content

Commit 9d6e290

Browse files
committed
README: link to some forks of this repo accompanied by publications
1 parent f682720 commit 9d6e290

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,50 @@ It is compatible with Agda version ≥ 2.6.1 and the
3131
[matching standard library](https://wiki.portal.chalmers.se/agda/Libraries/StandardLibrary).
3232
The full list of tested Agda versions can be found in the
3333
[continuous integration script](.github/workflows/agda-ci.yml).
34+
35+
36+
## Forks
37+
38+
This formalization has been used as basis of further formalization projects, including the following:
39+
40+
### Decidability of typechecking in a dependently-typed programming language with sigma types
41+
42+
Wojciech Nawrocki (2020), MPhil thesis at the University of Cambridge.
43+
44+
- Code: https://github.com/Vtec234/logrel-mltt
45+
- [Thesis PDF](https://voidma.in/assets/papers/2020nawrocki_decidability_typechecking_dependently_typed_programming_language_sigma_types.pdf)
46+
47+
### A type theory with definitional proof-irrelevance
48+
49+
Gaëtan Gilbert (2019), PhD thesis at Mines ParisTech.
50+
51+
- Code: https://github.com/SkySkimmer/logrel-tt (vanished, probably moved to https://github.com/CoqHott/logrel-mltt/tree/sprop)
52+
- [Thesis](https://theses.hal.science/tel-03236271)
53+
54+
### Observational Equality: Now For Good
55+
56+
Loïc Pujet, Nicolas Tabareau, POPL 2022
57+
58+
- Code: [A Logical Relation for Observational Type Theory in Agda](https://github.com/CoqHott/logrel-mltt)
59+
- [Paper](https://hal.inria.fr/hal-03367052)
60+
61+
### Impredicative Observational Equality
62+
63+
Loïc Pujet, Nicolas Tabareau, POPL 2023
64+
65+
- Code: https://github.com/CoqHott/logrel-mltt/tree/impredicativity-SProp-POPL
66+
- [Paper](https://dl.acm.org/doi/pdf/10.1145/3571739)
67+
68+
### A Graded Modal Dependent Type Theory with a Universe and Erasure, Formalized
69+
70+
Andreas Abel, Nils Anders Danielsson, Oskar Eriksson, ICFP 2023.
71+
72+
- Code: https://github.com/graded-type-theory/graded-type-theory/releases/tag/icfp23
73+
- [Paper](https://dl.acm.org/doi/10.1145/3607862)
74+
75+
### Graded Modal Type Theory, Formalized
76+
77+
Oskar Eriksson (2025), Licentiate Thesis at Gothenburg University.
78+
79+
- Code: https://github.com/graded-type-theory/graded-type-theory/releases/tag/lic2025
80+
- [Thesis](https://gupea.ub.gu.se/handle/2077/86472)

0 commit comments

Comments
 (0)