- 15 Jun, 2018 1 commit
-
-
Ralf Jung authored
* move PROP-envs definitions to environments.v so that we can control them without pulling in coq_tactics * use reduction-controlled `pm_default` for proofmode accessors
-
- 14 Jun, 2018 1 commit
-
-
Ralf Jung authored
-
- 10 Jun, 2018 3 commits
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- 08 Jun, 2018 1 commit
-
-
Ralf Jung authored
This avoids the proofmode to be irritated by unrelated goals with a typeclass type.
-
- 29 May, 2018 1 commit
-
-
Ralf Jung authored
-
- 18 May, 2018 1 commit
-
-
Robbert Krebbers authored
This fixes issue #187.
-
- 14 May, 2018 1 commit
-
-
Ralf Jung authored
-
- 04 May, 2018 1 commit
-
-
Ralf Jung authored
-
- 03 May, 2018 1 commit
-
-
Ralf Jung authored
This follows the proof at https://en.wikipedia.org/wiki/L%C3%B6b's_theorem#Proof_of_L%C3%B6b's_theorem
-
- 02 May, 2018 1 commit
-
-
Ralf Jung authored
If the accessor introduces a binder, the first Coq-level intro pattern of `iInv` is used for that binder unless the type of the binder is unit, in which case `iInv` removes it completely. Binders on the closing view shift are not (yet) supported as they are harder to smoothly eliminate in the unit case.
-
- 26 Apr, 2018 1 commit
-
-
Ralf Jung authored
New IntoAcc typeclass to decouple creating and elliminating accessors; ElimInv supports both with and without Hclose
-
- 25 Apr, 2018 1 commit
-
-
Ralf Jung authored
-
- 23 Apr, 2018 1 commit
-
-
Ralf Jung authored
-
- 20 Apr, 2018 1 commit
-
-
Robbert Krebbers authored
This fixes issue #182.
-
- 04 Apr, 2018 1 commit
-
-
Robbert Krebbers authored
Extend ElimModal with Boolean flags to specify whether it operates on the persistent/spatial context.
-
- 21 Mar, 2018 3 commits
- 19 Mar, 2018 4 commits
- 16 Mar, 2018 1 commit
-
-
Ralf Jung authored
-
- 13 Mar, 2018 1 commit
-
-
Joseph Tassarotti authored
-
- 12 Mar, 2018 2 commits
-
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
-
- 09 Mar, 2018 1 commit
-
-
Jacques-Henri Jourdan authored
-
- 05 Mar, 2018 1 commit
-
-
Robbert Krebbers authored
We do this in two ways: - Use `notypeclasses refine` instead of `eapply`, to avoid type class search being called arbitrary. - Use `typeclasses eauto` instead of `apply _`, to avoid type class search being called on unrelated evars. I mainly tried this for `iSpecialize` and friends; this same remains to be done for all other tactics. This commit also makes partial progress w.r.t. issue #135.
-
- 04 Mar, 2018 3 commits
-
-
Jacques-Henri Jourdan authored
-
Robbert Krebbers authored
-
Jacques-Henri Jourdan authored
-
- 03 Mar, 2018 3 commits
-
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Robbert Krebbers authored
Based on an earlier MR by @jung.
-
- 01 Mar, 2018 1 commit
-
-
Robbert Krebbers authored
See the discussion in #163.
-
- 28 Feb, 2018 3 commits
-
-
Robbert Krebbers authored
-
Jacques-Henri Jourdan authored
-
Robbert Krebbers authored
-