-
Notifications
You must be signed in to change notification settings - Fork 4
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
Feature Request: Support for Coq 8.10' SProp #9
Comments
One issue is probably the version |
I thought the encoding was already designed as part of your Types 2019 paper "Proof Irrelevance and Predicate Subtyping in Dedukti". |
It was not implemented because at that time Coq 8.10 was not released. |
Ok, it makes sense. |
Hi! :) |
It's very sad because @Gaspi has done a good job, and currently, there are only 6 errors/warnings:
Good luck! :) |
A good task for a new commer I guess. More seriously, probably someone
should take over the burden of maintenance of CoqInE.
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Garanti
sans virus. www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
Le lun. 9 nov. 2020 à 21:14, amelieled <[email protected]> a écrit :
… It's very sad because @Gaspi <https://github.com/Gaspi> has done a good
job, and currently, there are only 6 errors/warnings:
File "src/modules.mli", line 13, characters 73-99:
Error: The type constructor Declarations.constant_body expects 1 argument(s),
but is here applied to 0 argument(s)
File "src/error.ml", line 6, characters 9-29:
Error: Unbound value CErrors.make_anomaly
File "src/inductives.ml", line 98, characters 66-87:
Error: This expression has type template_arity
The field template_param_levels does not belong to type Declarations.template_arity
File "src/cname.ml", line 26, characters 61-90:
Error (warning 3): deprecated: VarRef
Use Names.GlobRef.VarRef
File "src/tsorts.ml", line 80, characters 12-29:
Error: Unbound value Term.kind_of_type
File "src/terms.ml", line 68, characters 8-25:
Error: Unbound value Term.kind_of_type1
Good luck! :)
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATJVK4Q2GRWM4USDNZCT2TSPBESRANCNFSM4NBNIVPA>
.
|
Sadly, no. The results of this paper are only used to have the irrelevance of annotating sorts inside the encoding for now. It seems doable to extend it to |
Je veux bien aider @Gaspi pour reprendre la main sur la maintenance par la suite. |
C'est très courageux de ta part :) Je suis sur que tu seras à la hauteur ! |
Super !
--
Raphaël Cauderlier
|
Currently, Coqine's opam file requires a fixed version of Coq (8.8.2). The current stable version of Coq is 8.11.1. Are there plans to update the dependency?
The text was updated successfully, but these errors were encountered: