- 24 Mar, 2021 1 commit
-
-
The syntax re-uses the existing support for pure names, namely the % and %H patterns. Using "[% H]" is like `iDestruct ... as (?) "H"` and using "[%x H]" (with the string-ident plugin) is like `iDestruct ... as (x) "H"`. This changes how these patterns are parsed. Previously, both would have been handled as conjunctions (using IntoAnd or IntoSep, depending on whether the hypothesis is persistent or not). This means it was possible for the user to use "[% H]" to destruct a pure hypothesis ⌜φ ∧ ψ⌝ and put only the first conjunct in the Gallina context, leaving the other one in the IPM; such patterns will now break, since iExistDestruct does not handle this use case.
-
- 23 Mar, 2021 1 commit
-
-
Fixes #404
-
- 15 Mar, 2021 1 commit
-
-
Ralf Jung authored
-
- 12 Mar, 2021 1 commit
-
-
Ralf Jung authored
-
- 10 Mar, 2021 1 commit
-
-
Ralf Jung authored
-
- 01 Mar, 2021 1 commit
-
-
Ralf Jung authored
-
- 12 Feb, 2021 2 commits
-
-
Robbert Krebbers authored
Hence, also rename (the old) `equiv_entails` → `equiv_entails_1_1` and `equiv_entails_sym` → `equiv_entails_1_2`, and add `equiv_entails_2` for completeness.
-
Ralf Jung authored
-
- 05 Feb, 2021 1 commit
-
-
Ralf Jung authored
-
- 27 Jan, 2021 1 commit
-
-
- 19 Jan, 2021 1 commit
-
-
Robbert Krebbers authored
-
- 07 Jan, 2021 4 commits
-
-
Ralf Jung authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
This makes sure that when trying to open an invariant or to eliminate a mask-changing update around a non-atomic WP that it doesn't fail with "cannot eliminate modality", but instead gives an side-condition `Atomic ...` informing the user what's going on. Unlike the class `ElimModal` and `ElimInv`, the class `ElimAcc` was not yet equipped with a Coq side-condition. This commit adds such a side-condition.
-
- 05 Jan, 2021 1 commit
-
-
Robbert Krebbers authored
-
- 04 Dec, 2020 1 commit
-
-
Robbert Krebbers authored
This is an alternative to !591.
-
- 03 Dec, 2020 2 commits
-
-
Tej Chajed authored
-
Tej Chajed authored
Fixes new Coq master warning deprecated-hint-without-locality (https://github.com/coq/coq/pull/13188).
-
- 02 Dec, 2020 1 commit
-
-
Robbert Krebbers authored
This reverts merge request !591
-
- 01 Dec, 2020 1 commit
-
-
`iDestruct ("H" with "HP")` where "H" is persistent is supposed to consume "H" if it isn't a forall. Due to a bug in the tactic, this behavior was never triggered and "H" was always left alone.
-
- 12 Nov, 2020 1 commit
-
-
Ralf Jung authored
-
- 11 Nov, 2020 1 commit
-
-
Ralf Jung authored
-