CoqIW2017log - coq/coq GitHub Wiki
This page is to log all the activities done during the Coq Implementors Workshop. Please put here links to the bugs you've fixed, to the git repository containing your plugin or your experimental branch.
- Intro talk by Matthieu
- Matthieu: Unification, universes in template-coq and CONTRIBUTING
- Nicolas, Thierry no particular projects
- Abhishek: unused variables test and universes in template-coq
- Emilio: Few minor PRs.
- Emilio: Talk about UI; spend afternoon discussing about side-effects and STM init. Ported ELPI to jsCoq.
- Kathrin Stark and Abhishek Anand : plugin to efficiently reduce away a var
- Yannick Forster and Abhishek Anand : universes in template-coq ported to trunk
- Emilio: Code coverage report: https://x80.org/coq2017/report/
Abhishek: Tested the above-mentioned "reduce away var" plugin to strengthen a free theorem produced by paramcoq-iff. The above plugin removes a hypothesis in 0.8s. Using coq's [lazy] tactic takes 30s.