Skip to content
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

PCUIC PHOAS #573

Open
wants to merge 147 commits into
base: coq-8.14
Choose a base branch
from
Open

PCUIC PHOAS #573

wants to merge 147 commits into from

Conversation

mattam82
Copy link
Member

@mattam82 mattam82 commented Jul 12, 2021

This adds a variant of the syntax in Parametric Higher-Order Abstract Syntax, which can be combined with Coq's custom notation entries to get more readable reified terms.

herbelin and others added 30 commits October 22, 2021 18:36
Note: Coq #14903 removed the duplicate universe state from kernel
declarations (see coq/coq#14903 (comment)).

See MetaCoq commit d68d0d9.
Adapt to coq/coq#15294 (comparison is no longer extracted to int)
mattam82 and others added 27 commits April 25, 2022 18:19
(cherry picked from commit cad3f34)
Fix admitted proof in SafeConversion due to Acc_intro_generator.

(cherry picked from commit cec3032)
* add constraints between monomorphic sorts to udecl
adapts safechecker and implements the check and its spec in wGraph

* list lemmas

* fill the gaps in uGraph and safechecker

* fixing trivial instances of invariants on polymorphic universes

* fix plugin compilation

* completeness of consistent_on in uGraph

* fill the completeness part of polymorphic constraints on global levels

* fix plugin compilation in erasure

* Cleanup and lemma moving

* fix * -> /\ and computational content of ReflectEq

* tweak reflectEq instance for performance

* no more opaque reflectEq instances

(cherry picked from commit 70f33e2)
Writing cleanups

(cherry picked from commit 5c5ffdb)
Cleanups and refactorings about All lemmas

(cherry picked from commit afc1713)
Merge the latest changes in 8.14 into master
Fill one admitted proof in Firstorder, remove dead code
* remove all todos, all Admitteds and add a checktodos make target

* Squash the axioms to avoid introducing useless dependencies in extracted code

Co-authored-by: Matthieu Sozeau <[email protected]>
* Update README.md

* Cleanup erasure and add a readme there

* Fix typo

* Remove a leftover Compute

* Fix erasure _CoqProject.in
* remove warnings

* remove warnings and remove axion on eta expansion

* fix build.yml

* fix build.yml

* fix compilation

* use bash for checktodos.sh

* always run CI even if there are todos

* improve output

* Set Warnings

* separate todo job
@TheoWinterhalter
Copy link
Member

Does it also work for printing? :)

@yforster yforster changed the base branch from coq-8.13 to coq-8.14 September 27, 2024 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.