- Jan 15, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Jan 13, 2020
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Jan 09, 2020
-
-
Ralf Jung authored
-
- Jan 08, 2020
- Jan 07, 2020
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Paolo G. Giarrusso authored
-
- Dec 20, 2019
-
-
Michael Sammler authored
-
- Dec 18, 2019
-
-
Jacques-Henri Jourdan authored
-
- Dec 13, 2019
-
-
That should not be allowed
-
Maxime Dénès authored
-
- Dec 10, 2019
-
-
Robbert Krebbers authored
-
- Dec 09, 2019
-
-
Ralf Jung authored
-
- Dec 06, 2019
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
- Dec 05, 2019
-
-
Robbert Krebbers authored
-
- Dec 04, 2019
-
-
Robbert Krebbers authored
-
- Dec 02, 2019
-
-
Ralf Jung authored
-
- Nov 25, 2019
-
-
Robbert Krebbers authored
Also refactor the proofs to make better reuse of existing lemmas.
-
- 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 21, 2019
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Amin Timany authored
-
Robbert Krebbers authored
This fixes the problem in iris/iris!275 (comment 42062)
-
- Nov 20, 2019
-
-
-
Robbert Krebbers authored
This fixes some issues in GPS and RustBelt-relaxed, where the old unification algorithm is now too weak.
-
Robbert Krebbers authored
This is needed to fix RustBelt-related. Since type classes are no longer over-eagerly resolved, the `biIndex` now sometimes contains an evar.
-
Robbert Krebbers authored
Also, rewrite `iIntoEmpValid`. Now, instead of using Ltac to traverse the type of the term and generate goals for the premises, we repeatedly apply a series of lemmas. This has the advantage that it works up to convertability, and we no longer need the `eval ...` hacks.
-
Robbert Krebbers authored
To prepare for https://github.com/coq/coq/pull/10762
-
- Nov 14, 2019
-
-
Robbert Krebbers authored
-
- Nov 12, 2019
-
-
Robbert Krebbers authored
The space should not be there and was added in oversight. This also provides forwards compatibility with https://github.com/coq/coq/pull/10832.
-