coq / opam

Archive for all Coq related OPAM packages organized in various repositories
https://coq.inria.fr/opam/www/
GNU Lesser General Public License v2.1
123 stars 162 forks source link

Package coq-elpi.2.2.2 #3103

Closed coqelpibot closed 3 months ago

coqelpibot commented 3 months ago

coq-elpi.2.2.2

Elpi extension language for Coq Coq-elpi provides a Coq plugin that embeds ELPI. It also provides a way to embed Coq's terms into λProlog using the Higher-Order Abstract Syntax approach and a way to read terms back. In addition to that it exports to ELPI a set of Coq's primitives, e.g. printing a message, accessing the environment of theorems and data types, defining a new constant and so on. For convenience it also provides a quotation and anti-quotation for Coq's syntax in λProlog. E.g., {{nat}} is expanded to the type name of natural numbers, or {{A -> B}} to the representation of a product by unfolding the -> notation. Finally it provides a way to define new vernacular commands and new tactics.



:camel: Pull-request generated by opam-publish v2.0.3

gares commented 3 months ago

This time I do have an upper bound, and the release script did not try to publish the coq-elpi-tests package (which is technical). Still there is no date tag.

palmskog commented 3 months ago

@gares I think we might need some kind of informal protocol here. If you want me to review/merge, then please ask for a review using GitHub. Otherwise, I will assume you will merge yourself when these automated PRs are ready.

gares commented 3 months ago

OK. I still find your reviews useful, you developed a good eye for the details!

palmskog commented 3 months ago

I'm happy to do the reviews (so feel free to request them), but with these packages (in automatic PRs) I never know if you plan to change something on the fly.