- Feb 18, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
- Feb 10, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Feb 01, 2020
-
-
Robbert Krebbers authored
-
- Jan 15, 2020
-
-
Robbert Krebbers authored
-
- Dec 13, 2019
-
-
Maxime Dénès authored
-
- Nov 22, 2019
-
-
When proving `foo` through a fixpoint, Coq's guardedness checker needs to see to which arguments `foo` is applied. Opaque lemmas applied to `foo` itself prevent that, so make them transparent. * Make `IntoEmpValid` lemmas transparent. * Expose application of `IntoEmpValid` instance to its argument. * Add comment to `tac_pose_proof` This MR brings back the type of `tac_pose_proof` to the one it had before !329. Hence, this seems worth a comment.
-
- Nov 08, 2019
-
-
Paolo G. Giarrusso authored
-
Paolo G. Giarrusso authored
-
Paolo G. Giarrusso authored
-
- Sep 20, 2019
-
-
Ralf Jung authored
-
- Sep 19, 2019
-
-
Robbert Krebbers authored
-
- Aug 13, 2019
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Jun 15, 2019
-
-
Paolo G. Giarrusso authored
-
- Jun 09, 2019
-
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
-
- May 24, 2019
-
-
Also fixes pre-existing bug in iCombine error messages.
-
- May 06, 2019
-
-
Robbert Krebbers authored
-
Dan Frumin authored
-
- May 01, 2019
-
-
Dan Frumin authored
-
Dan Frumin authored
-
- Mar 05, 2019
-
-
Ralf Jung authored
-
- Mar 03, 2019
-
-
Paolo G. Giarrusso authored
For half of #231.
-
- Feb 20, 2019
-
-
Robbert Krebbers authored
-
- Feb 05, 2019
-
-
Pierre-Marie Pédrot authored
This is a change enabling backward compatibility.
-
- Jan 13, 2019
-
-
Robbert Krebbers authored
-
- Jan 11, 2019
-
-
Robbert Krebbers authored
It now supports the specialization pattern `(H spat1 .. spatn)`, which first recursively specializes the hypothesis `H` using the specialization patterns `spat1 .. spatn`.
-
- Dec 13, 2018
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Dec 06, 2018
-
-
Robbert Krebbers authored
Thanks to @Blaisorblade for reporting.
-
- Oct 22, 2018
-
-
Robbert Krebbers authored
-
- Oct 04, 2018
-
-
Ralf Jung authored
-
- Jul 31, 2018
-
-
Robbert Krebbers authored
-
- Jul 05, 2018
-
-
Ralf Jung authored
-
- Jul 04, 2018
-
-
Ralf Jung authored
-
Ralf Jung authored
pm_reduce just reduces away proof mode terms using cbv; pm_prettify just prettifies user-visible connectors using cbn. Most uses of pm_default are converted to default to keep the desired reduction behavior.
-
Ralf Jung authored
List literals reduce with a spurious `emp` at the end, which is not pretty.
-