- Jun 14, 2021
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- Jun 02, 2021
- May 31, 2021
-
-
Paolo G. Giarrusso authored
-
- May 25, 2021
- May 19, 2021
-
-
Simon Hudon authored
-
- May 17, 2021
-
-
Simon Hudon authored
-
- May 13, 2021
-
-
Ralf Jung authored
-
- Apr 14, 2021
-
-
- Mar 27, 2021
-
-
Ralf Jung authored
-
- Mar 25, 2021
-
-
Ralf Jung authored
-
- Mar 24, 2021
-
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
Ralf Jung authored
-
-
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.
-
- Mar 23, 2021
-
-
Fixes #404
-
- Mar 18, 2021
-
-
- Mar 17, 2021
- Mar 10, 2021
-
-
Ralf Jung authored
-
- Feb 15, 2021
- Feb 12, 2021
- Feb 11, 2021
-
-
Enrico Tassi authored
-
- Feb 10, 2021
-
-
Ralf Jung authored
-
- Feb 03, 2021
-
-
Ralf Jung authored
create iris-deprecated and iris-staging packages, and deprecate some hard-to-use logic-level wrappers as well as view shift and Hoare triple notation
-
- Feb 02, 2021
-
-
Tej Chajed authored
Fixes #401
-
Ralf Jung authored
-
Ralf Jung authored
-
Tej Chajed authored
-
- Jan 27, 2021
-
-
- Jan 19, 2021
-
-
Robbert Krebbers authored
-
- Jan 17, 2021
-
-
Robbert Krebbers authored
that performs `wp_pure` in small steps until the lemma matches the goal.
-
- Jan 13, 2021