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

CHANGELOG.

parent 0fbe067f
No related branches found
No related tags found
1 merge request!449Rename `option_union_Some` → `union_Some`
Pipeline #79450 passed
......@@ -29,6 +29,7 @@ Coq 8.12 and 8.13 are no longer supported by this release.
`submseteq_Permutation_length_eq`; use `submseteq_length_Permutation` instead.
- Remove `map_to_list_length` (which seemed to be an unneeded auxiliary lemma);
use `map_subset_size` instead.
- Rename `option_union_Some``union_Some`.
The following `sed` script should perform most of the renaming
(on macOS, replace `sed` by `gsed`, installed via e.g. `brew install gnu-sed`).
......@@ -41,6 +42,8 @@ s/\bloopup_total_empty\b/lookup_total_empty/g
s/\bmap_preimage/map_preimg/g
s/\blookup_preimage/lookup_preimg/g
s/\blookup_total_preimg/lookup_total_preimg/g
# union_Some
s/\boption_union_Some\b/union_Some/g
EOF
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment