- 06 Dec, 2019 1 commit
-
-
Ralf Jung authored
-
- 05 Dec, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 04 Dec, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 02 Dec, 2019 3 commits
-
-
Robbert Krebbers authored
Try getting rid of total Core typeclass See merge request !294
-
Ralf Jung authored
-
Ralf Jung authored
-
- 25 Nov, 2019 2 commits
-
-
Robbert Krebbers authored
Also refactor the proofs to make better reuse of existing lemmas.
- 22 Nov, 2019 8 commits
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Robbert Krebbers authored
Fix iPoseProof on recursive lemmas (fix #274) Closes #274 See merge request !338
-
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.
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- 21 Nov, 2019 11 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
`excl_auth` camera See merge request !328
-
Robbert Krebbers authored
-
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 !275 (comment 42062)
-
- 20 Nov, 2019 9 commits
-
-
Robbert Krebbers authored
Use `notypeclasses refine` in `iPoseProof*` helpers for `iDestruct`. See merge request !329
-
-
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
This test case arose in Iron.
-
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
-
- 14 Nov, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 13 Nov, 2019 1 commit
-
-
Ralf Jung authored
Remove space before `;;` in format directive. See merge request iris/iris!336
-
- 12 Nov, 2019 1 commit
-
-
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.
-
- 11 Nov, 2019 1 commit
-