- 22 Jul, 2020 1 commit
-
-
Fixes #337.
-
- 21 Jul, 2020 3 commits
-
-
Tej Chajed authored
Preserve identifiers in binders where possible, analogous to the support for destructing existentials in !479. Fixes #336.
-
Robbert Krebbers authored
-
When running `iDestruct "H" as (?) "H"`, use the name of the binder in "H". For example, if "H" has type `∃ y, Φ y`, we now use `y` as the name of the variable after freshening. Previously the name was always the equivalent of running `fresh H`. The implementation achieves this by forwarding the desired identifier name through the `IntoExist` typeclass. Identifiers are serialized in Gallina by using them as the name of a function of type `ident_name := unit -> unit`.
-
- 15 Jul, 2020 1 commit
-
-
Ralf Jung authored
-
- 12 Jun, 2020 1 commit
-
-
Tej Chajed authored
Fixes #325. Also added a tests for the various `iSpecialize` error cases involving the `[%]` and `[//]` specialization patterns.
-
- 23 May, 2020 3 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 16 May, 2020 1 commit
-
-
Tej Chajed authored
Fixes #319
-
- 15 Apr, 2020 1 commit
-
-
Paolo G. Giarrusso authored
Fix #302, including their ASCII variants. - Don't use quotes `'` that are not surrounded by spaces. - However, notation `'(⊢@{' PROP } )` prevents parsing `(⊢@{PROP} Q)` using the `⊢@{PROP} Q` notation. To fix that, we force left-factorization: we add a notation for `'(⊢@{' PROP } Q )`, defined to coincide with '⊢@{' PROP } Q but which can be left-factored with `( '⊢@{' PROP } )`. - Add left and right operator sections for (bi)entailment - Add tests. Also do all of the above also for ASCII notations, except for operator sections, which seem to require more discussion.
-
- 14 Apr, 2020 1 commit
-
-
Paolo G. Giarrusso authored
-
- 07 Apr, 2020 2 commits
-
-
Tej Chajed authored
-
Tej Chajed authored
Fixes #307.
-
- 06 Apr, 2020 1 commit
-
-
Tej Chajed authored
Notably this support relies on string to identifier conversion, which works natively using Ltac2 in Coq 8.11+ and with a plugin (https://github.com/ppedrot/coq-string-ident) in Coq 8.10. To use it, you must replace intro_patterns.string_to_ident_hook with a real implementation; see https://gitlab.mpi-sws.org/iris/string-ident for a working implementation that works with Coq 8.11 (using Ltac2). The syntax is %H (within a string intro pattern). This is technically backwards-incompatible, because this was previously supported and parsed as % and H separately. To restore the old behavior, separate with a space, eg [% H].
-
- 31 Mar, 2020 1 commit
-
-
Robbert Krebbers authored
-
- 27 Mar, 2020 1 commit
-
-
Paolo G. Giarrusso authored
-
- 20 Mar, 2020 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
- The error messages were wrong: the goal needs to be absorbing, not the hypothesis. - The wrong failure number was used in `iAssumption`, which caused the error not to be propagated properly.
-
- 19 Mar, 2020 1 commit
-
-
Robbert Krebbers authored
-
- 16 Mar, 2020 1 commit
-
-
- remove "odd" comment - move atomic triples to bi_scope
-
- 10 Mar, 2020 1 commit
-
-
Robbert Krebbers authored
-
- 28 Feb, 2020 1 commit
-
-
Ralf Jung authored
-
- 18 Feb, 2020 3 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
Ralf Jung authored
-
- 10 Feb, 2020 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 01 Feb, 2020 1 commit
-
-
Robbert Krebbers authored
-
- 15 Jan, 2020 1 commit
-
-
Robbert Krebbers authored
-
- 13 Dec, 2019 1 commit
-
-
Maxime Dénès authored
-
- 22 Nov, 2019 1 commit
-
-
When proving `foo` through a fixpoint, Coq's guardedness checker needs to see to which arguments `foo` is applied. Opaque lemmas applied to `foo` itself prevent that, so make them transparent. * Make `IntoEmpValid` lemmas transparent. * Expose application of `IntoEmpValid` instance to its argument. * Add comment to `tac_pose_proof` This MR brings back the type of `tac_pose_proof` to the one it had before !329. Hence, this seems worth a comment.
-
- 08 Nov, 2019 3 commits
-
-
Paolo G. Giarrusso authored
-
Paolo G. Giarrusso authored
-
Paolo G. Giarrusso authored
-
- 20 Sep, 2019 1 commit
-
-
Ralf Jung authored
-
- 19 Sep, 2019 1 commit
-
-
Robbert Krebbers authored
-
- 13 Aug, 2019 2 commits
-
-
Robbert Krebbers authored
-
Robbert Krebbers authored
-
- 15 Jun, 2019 1 commit
-
-
Paolo G. Giarrusso authored
-