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

Define a minimal subset of Module(Type) Declarations in template-coq #739

Draft
wants to merge 50 commits into
base: coq-8.16
Choose a base branch
from

Conversation

SwampertX
Copy link

No description provided.

mattam82 and others added 30 commits June 14, 2022 11:46
* 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.
* 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
@SwampertX SwampertX changed the base branch from coq-8.14 to coq-8.16 December 7, 2022 07:41
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.

4 participants