- 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
-
- 22 Mar, 2021 4 commits
- 17 Mar, 2021 6 commits
- 15 Mar, 2021 1 commit
-
-
Ralf Jung authored
-
- 13 Mar, 2021 1 commit
-
-
Robbert Krebbers authored
-
- 12 Mar, 2021 2 commits
-
-
Ralf Jung authored
-
Robbert Krebbers authored
-
- 10 Mar, 2021 1 commit
-
-
Ralf Jung authored
-
- 09 Mar, 2021 5 commits
- 08 Mar, 2021 4 commits
- 06 Mar, 2021 4 commits
- 05 Mar, 2021 3 commits
- 04 Mar, 2021 1 commit
-
-
Jacques-Henri Jourdan authored
Makes it possible to use several logical steps for one logical steps, in a way which can be controlled by ghost state.
-
- 01 Mar, 2021 2 commits
- 24 Feb, 2021 1 commit
-
-
Simon Friis Vindum authored
-
- 23 Feb, 2021 2 commits
-
-
Simon Friis Vindum authored
-
Simon Friis Vindum authored
-
- 22 Feb, 2021 1 commit
-
-
Simon Friis Vindum authored
-