-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal to move project trocq to coq-community #152
Comments
@CohenCyril this project looks very welcome here at a glance, but it would be good to clarify two things:
|
I have my answers now thanks to @ecranceMERCE:
We will have to figure out together with the Coq-ELPI maintainer how this PR might be handled, but I think that can be a later issue. @CohenCyril feel free to transfer the Trocq repository when you are ready. |
@ecranceMERCE you only have the rights to make the transfer. |
Thanks everyone, the repo has been transferred: https://github.com/coq-community/trocq Let's continue the discussion about the project as issues and pull requests to the public repo. |
Project name:
Trocq - A modular parametricity plugin for proof transfer in Coq
Initial author(s):
Current URL:
https://github.com/ecranceMERCE/trocq
Kind:
Coq-ELPI plugin / library
License:
LGPL-3.0-or-later
Description:
Trocq is a prototype of modular parametricity plugin for Coq, aiming to perform proof transfer by translating the goal into an associated goal featuring the target data structures as well as a rich parametricity witness from which a function justifying the goal substitution can be extracted.
The plugin features a hierarchy of parametricity witness types, ranging from structure-less relations to a new formulation of type equivalence, gathering several pre-existing parametricity translations, among which univalent parametricity [1] and CoqEAL [2], under the same framework.
This modular translation performs a fine-grained analysis and generates witnesses that are rich enough to preprocess the goal yet are not always a full-blown type equivalence, allowing to perform proof transfer with the power of univalent parametricity, but trying not to pull in the univalence axiom in cases where it is not required.
The translation is implemented in Coq-Elpi and features transparent and readable code with respect to a sequent-style theoretical presentation.
[1] The marriage of univalence and parametricity, Tabareau et al. (2021)
[2] https://github.com/coq-community/coqeal
Status:
Actively maintained
New maintainer:
The initial authors should be maintainers
The text was updated successfully, but these errors were encountered: