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

CHANGELOG.

parent aa3d33cc
No related branches found
No related tags found
No related merge requests found
Pipeline #48524 passed
......@@ -61,6 +61,10 @@ 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.
- Improvements to `head` and `tail` functions for lists:
+ Define `head` as notation that prints (Coq defines it as `parsing only`).
+ Declare `tail` as `simpl nomatch`.
+ Add lemmas about `head` and `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