Skip to content

Commit

Permalink
fix link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
theolaurent committed Jul 12, 2023
1 parent e0fe568 commit bb55c02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Presentation

This repo contains the formalisation work accompangy the paper *Definitional Functoriality for Dependent (Sub)Types*.

The formalisation follows a similar [Agda formalization]((https://github.com/mr-ohman/logrel-mltt/)) (described in [*Decidability of conversion for Type Theory in Type Theory*, 2018](https://dl.acm.org/doi/10.1145/3158111)). In order to avoid some work on the syntax, this project uses the [AutoSubst](https://github.com/uds-psl/autosubst-ocaml) project to generate syntax-related boilerplate. It also includes code from Winterhalter's [partial-fun](https://github.com/TheoWinterhalter/coq-partialfun) library to handle the definition of partial functions.
The formalisation follows a similar [Agda formalization](https://github.com/mr-ohman/logrel-mltt/) (described in [*Decidability of conversion for Type Theory in Type Theory*, 2018](https://dl.acm.org/doi/10.1145/3158111)). In order to avoid some work on the syntax, this project uses the [AutoSubst](https://github.com/uds-psl/autosubst-ocaml) project to generate syntax-related boilerplate. It also includes code from Winterhalter's [partial-fun](https://github.com/TheoWinterhalter/coq-partialfun) library to handle the definition of partial functions.

Building
===========
Expand Down Expand Up @@ -59,4 +59,4 @@ Rather than building the derivation of conversion by hand, we use our certified
[BundledAlgorithmicTyping]: ./theories/BundledAlgorithmicTyping.v
[AlgorithmicTypingProperties]: ./theories/AlgorithmicTypingProperties.v
[Decidability]: ./theories/Decidability.v
[Example_1_1]: ./theories/Example_1_1.v
[Example_1_1]: ./theories/Example_1_1.v

0 comments on commit bb55c02

Please sign in to comment.