-
Notifications
You must be signed in to change notification settings - Fork 84
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
Define a minimal subset of Module(Type) Declarations in template-coq #739
Draft
SwampertX
wants to merge
50
commits into
MetaCoq:coq-8.16
Choose a base branch
from
SwampertX:global-env-tree
base: coq-8.16
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update docker image version.
* Fix : Remove mutual inductiveness from whne def
Fill one admitted proof in Firstorder, remove dead code
…on in CertiCoq and to OCaml/Malfunction (MetaCoq#716) * constructors as blocks * evaluation rules for constructors as blocks * tranformation to constructors as blocks * correctness proof for constructors as blocks
* 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
* Option to see constructors as block in EWcbvEval, needed for extraction in CertiCoq and to OCaml/Malfunction (MetaCoq#716) * constructors as blocks * evaluation rules for constructors as blocks * tranformation to constructors as blocks * correctness proof for constructors as blocks * Fixes after merge * Fixes after merge * everything apart from wf_global for transform_blocks * fix workflow * generalize transformation on env * don't skip test * fix names Co-authored-by: Yannick Forster <[email protected]>
…extraction in CertiCoq and to OCaml/Malfunction (MetaCoq#716)" This reverts commit 63906fb.
Merge 8.16 in 8.14
* Fix opam files and add make-opam-files script * Update authors * Release changes 8.15 (MetaCoq#731) * coqdocjs * coqdocjs * Release changes (MetaCoq#729) * Set version in opam files * Fix equations dependency * Fix build.yml * Fix opam files and add make-opam-files script * Update version bounds * Back to 8.16.dev versions * Opam make tests (MetaCoq#730) * Make test-suite and examples also installable from the opam package * Test the "with-test" targets of the opam file * Plugin-demo building * Missing MetaCoq prefix in test-suite/plugin * The opam files actually require bash * Missing includes for local build of examples/test-suite * Fix opam build * Fix configure.h Co-authored-by: Yannick Forster <[email protected]> * Add Kenji to the authors Co-authored-by: Yannick Forster <[email protected]>
…aCoq#706) * add support for nix * hack around cachedMake script of coq-nix-toolbox * update coq-nix-toolbox version * testing with mac os CI Co-authored-by: Kenji Maillard <[email protected]>
* Constructors as blocks improvement: they always have the right arity * Include "isLambda" for fixpoint bodies in the ewellformed predicate. * Derive an eliminator to reason on the evaluation relation when cstrs_as_blocks = true, preserving well-formedness
* Constructors as blocks improvement: they always have the right arity * Derive an eliminator to reason on the evaluation relation when cstrs_as_blocks = true, preserving well-formedness * Use efficient env in EConstructorBlocks * Integrate the transformation into blocks into the defined erasure pipeline * Fix pretty printing of constructors-as-blocks, avoiding stack overflow
* Use efficient maps in eta-expansion phase * Refactor transformations for easier composition of phases in template * Fix string_of_uint and string_of_positive defs The new versions are much more performant
Also added remaining fixmes before the template-coq can be compiled
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.