- 22 May, 2019 8 commits
-
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
-
Joseph Tassarotti authored
-
- 19 May, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 06 May, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 25 Apr, 2019 1 commit
-
-
- 13 Jan, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 11 Jan, 2019 1 commit
-
-
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`.
-
- 25 Dec, 2018 1 commit
-
-
Robbert Krebbers authored
-
- 20 Dec, 2018 1 commit
-
-
Robbert Krebbers authored
-
- 03 Oct, 2018 1 commit
-
-
Robbert Krebbers authored
This needed minor rearrangement.
-
- 12 Sep, 2018 2 commits
-
-
Robbert Krebbers authored
All the `env` operations are prefixed `env_`, so this is more consistent.
-
Robbert Krebbers authored
-
- 05 Jul, 2018 1 commit
-
-
Robbert Krebbers authored
-
- 02 Jul, 2018 2 commits
- 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
-
- 05 Jun, 2018 2 commits
- 04 Jun, 2018 1 commit
-
-
Ralf Jung authored
-
- 29 May, 2018 1 commit
-
-
Ralf Jung authored
-
- 14 May, 2018 2 commits
- 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 2 commits
-
-
Ralf Jung authored
-
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
-
- 04 Apr, 2018 1 commit
-
-
Robbert Krebbers authored
Extend ElimModal with Boolean flags to specify whether it operates on the persistent/spatial context.
-
- 22 Mar, 2018 1 commit
-
-
Ralf Jung authored
Fixes #177
-
- 19 Mar, 2018 1 commit
-
-
Ralf Jung authored
-
- 16 Mar, 2018 1 commit
-
-
Ralf Jung authored
-
- 12 Mar, 2018 2 commits
-
-
Ralf Jung authored
-
Joseph Tassarotti authored
-