MetaCoq/metacoq: MetaCoq 1.0alpha2 for Coq 8.10
Creators
- Théo Winterhalter1
- Matthieu Sozeau2
- SimonBoulier
- Yannick Forster3
- Abhishek Anand
- Gregory Malecha
- Danil Annenkov4
- nicolas tabareau2
- Gabriel Scherer
- Jason Gross5
- Loïc
- Lucas Escot
- Maxime Dénès
- Gaëtan Gilbert6
- Yann Régis Gianas
- Vadim Zaliva7
- Xia Li-yao
- lgaeher
- Kenji Maillard
- Karl Palmskog8
- Johannes Kloos9
- Guillaume Claret
- Cyril Cohen2
- 1. LS2N
- 2. Inria
- 3. Saarland University
- 4. Aarhus University
- 5. Massachusetts Institute of Technology
- 6. IMTA
- 7. Digamma.ai, Codeminders, CMU
- 8. KTH Royal Institute of Technology
- 9. @diffblue
Description
We're happy to announce the second alpha release of the MetaCoq project for Coq 8.10 and 8.11, available both as sources and as opam packages. See the website for introductory material and related articles and presentations.
MetaCoq was formerly called Template-Coq, but now also includes a (work-in-progress) formalisation of Coq in Coq, a verified type checker for Coq, and a verified type and proof erasure procedure, besides the tools for manipulating Coq terms and developing certified plugins (i.e. translations, compilers or tactics) in Coq provided by Template-Coq.
You can install it directly from sources or by typing opam install coq-metacoq
.
The current release includes several subpackages, which can be compiled and installed separately if wanted:
- the Template-Coq quoting library (in directory
template-coq
and ascoq-metacoq-template
) - a partial type-checker for Coq (
checker
/coq-metacoq-checker
), usable asMetaCoq Check test
. - a formalisation of meta-theoretical properties of PCUIC, the calculus underlying Coq (
pcuic
/coq-metacoq-pcuic
) - a total verified type-checker for Coq (
safechecker
/coq-metacoq-safechecker
), usable asMetaCoq SafeCheck test
- a verified type and proof erasure function for Coq (
erasure
/coq-metacoq-erasure
), usable asMetaCoq Erase test
- a set of example translations from Type Theory to Type Theory (
translation
/coq-metacoq-translations
).
A good place to start are the files demo.v
, safechecker_test.v
, erasure_test.v
in the test-suite
directory.
MetaCoq is developed by Abhishek Anand, Simon Boulier, Cyril Cohen, Yannick Forster, Gregory Malecha, Matthieu Sozeau, Nicolas Tabareau and Théo Winterhalter. Please contribute by opening issues or asking questions on gitter.
Best, The MetaCoq Team
Files
MetaCoq/metacoq-v1.0-alpha2-8.10.zip
Files
(922.9 kB)
Name | Size | Download all |
---|---|---|
md5:82ab9ec4c197e316ad5d5371203e0d35
|
922.9 kB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/MetaCoq/metacoq/tree/v1.0-alpha2-8.10 (URL)