Skip to content
Snippets Groups Projects
Commit c00c740b authored by Ralf Jung's avatar Ralf Jung
Browse files

changelog

parent c2b564ab
No related branches found
No related tags found
1 merge request!326f_equiv: slightly better support for function relations
Pipeline #54191 passed
......@@ -162,6 +162,9 @@ API-breaking change is listed.
- Make `Forall2_nil`, `Forall2_cons` bidirectional lemmas with `Forall2_nil_2`,
`Forall2_cons_2` being the original one-directional versions (matching
`Forall_nil` and `Forall_cons`). Rename `Forall2_cons_inv` to `Forall2_cons_1`.
- Enable `f_equiv` (and by extension `solve_proper`) to handle goals of the form
`f x ≡ g x` when `f ≡ g` is in scope, where `f` has a type like Iris's `-d>`
and `-n>`.
The following `sed` script should perform most of the renaming
(on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment