Skip to content
Snippets Groups Projects
Commit df39a61e authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

CHANGELOG.

parent 4a21107b
No related branches found
No related tags found
No related merge requests found
Pipeline #48480 passed
......@@ -61,6 +61,11 @@ API-breaking change is listed.
- Rename instances `option_mbind_proper``option_bind_proper` and
`option_mjoin_proper``option_join_proper` to be consistent with similar
instances for sets and lists.
- Misc improvements to `head` and `tail` functions for lists:
+ Define `head l` as notation for `l !! 0` (we had no lemmas about `head`, so
now we can use all the `!!` lemmas).
+ Declare `tail` as `simpl nomatch`.
+ Add lemmas about `tail`.
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.
Please register or to comment