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

changelog

parent 093e0481
No related branches found
No related tags found
1 merge request!311add get_head tactic and use it in solve_proper_unfold
Pipeline #51435 passed
...@@ -153,6 +153,8 @@ API-breaking change is listed. ...@@ -153,6 +153,8 @@ API-breaking change is listed.
`difference_insert`, `difference_insert_subseteq`. (by Hai Dang) `difference_insert`, `difference_insert_subseteq`. (by Hai Dang)
- Tweak reduction on `gset`, so that `cbn` matches the behavior by `simpl` and - Tweak reduction on `gset`, so that `cbn` matches the behavior by `simpl` and
does not unfold `gset` operations. (by Paolo G. Giarrusso, BedRock Systems) does not unfold `gset` operations. (by Paolo G. Giarrusso, BedRock Systems)
- Add `get_head` tactic to determine the syntactic head of a function
application term.
The following `sed` script should perform most of the renaming The following `sed` script should perform most of the renaming
(on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`). (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.
Please register or to comment