- Jun 14, 2018
-
-
Ralf Jung authored
-
- Jun 10, 2018
-
-
Robbert Krebbers authored
-
Ralf Jung authored
-
Ralf Jung authored
-
- Jun 08, 2018
-
-
Ralf Jung authored
This avoids the proofmode to be irritated by unrelated goals with a typeclass type.
-
- May 29, 2018
-
-
Ralf Jung authored
-
- May 18, 2018
-
-
Robbert Krebbers authored
This fixes issue #187.
-
- May 14, 2018
-
-
Ralf Jung authored
-
- May 04, 2018
-
-
Ralf Jung authored
-
- May 03, 2018
-
-
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
-
- May 02, 2018
-
-
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.
-
- Apr 26, 2018
-
-
Ralf Jung authored
New IntoAcc typeclass to decouple creating and elliminating accessors; ElimInv supports both with and without Hclose
-
- Apr 25, 2018
-
-
Ralf Jung authored
-
- Apr 23, 2018
-
-
Ralf Jung authored
-
- Apr 20, 2018
-
-
Robbert Krebbers authored
This fixes issue #182.
-
- Apr 04, 2018
-
-
Robbert Krebbers authored
Extend ElimModal with Boolean flags to specify whether it operates on the persistent/spatial context.
-
- Mar 21, 2018
- Mar 19, 2018
- Mar 16, 2018
-
-
Ralf Jung authored
-
- Mar 13, 2018
-
-
Joseph Tassarotti authored
-
- Mar 12, 2018
-
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
-
- Mar 09, 2018
-
-
Jacques-Henri Jourdan authored
-
- Mar 05, 2018
-
-
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.
-
- Mar 04, 2018
-
-
Jacques-Henri Jourdan authored
-
Robbert Krebbers authored
-
Jacques-Henri Jourdan authored
-
- Mar 03, 2018
-
-
Jacques-Henri Jourdan authored
-
Jacques-Henri Jourdan authored
-
Robbert Krebbers authored
Based on an earlier MR by @jung.
-
- Mar 01, 2018
-
-
Robbert Krebbers authored
See the discussion in #163.
-
- Feb 28, 2018
-
-
Robbert Krebbers authored
-
Jacques-Henri Jourdan authored
-
Robbert Krebbers authored
-
- Feb 27, 2018
-
-
Robbert Krebbers authored
-