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

CHANGELOG.

parent 1ef83209
No related branches found
No related tags found
1 merge request!302`Params` and `Proper` instances for `curry` and friends
Pipeline #50789 passed
...@@ -113,9 +113,12 @@ API-breaking change is listed. ...@@ -113,9 +113,12 @@ API-breaking change is listed.
for Coq's `evar` tactic). for Coq's `evar` tactic).
- Make `solve_ndisj` able to solve more goals of the form `_ ⊆ ⊤ ∖ _`, - Make `solve_ndisj` able to solve more goals of the form `_ ⊆ ⊤ ∖ _`,
`_ ∖ _ ## _`, `_ ## _ ∖ _`, as well as `_ ## ∅` and `∅ ## _`. `_ ∖ _ ## _`, `_ ## _ ∖ _`, as well as `_ ## ∅` and `∅ ## _`.
- Swap names of `curry`/`uncurry`, `curry3`/`uncurry3`, `curry4`/`uncurry4`, - Improvements to curry:
`gmap_curry`/`gmap_uncurry`, and `hcurry`/`huncurry` to be consistent with + Swap names of `curry`/`uncurry`, `curry3`/`uncurry3`, `curry4`/`uncurry4`,
Haskell and friends. `gmap_curry`/`gmap_uncurry`, and `hcurry`/`huncurry` to be consistent with
Haskell and friends.
+ Add `Params` and `Proper` instances for `curry`/`uncurry`,
`curry3`/`uncurry3`, and `curry4`/`uncurry4`.
- Rename `map_union_subseteq_l_alt``map_union_subseteq_l'` and - Rename `map_union_subseteq_l_alt``map_union_subseteq_l'` and
`map_union_subseteq_r_alt``map_union_subseteq_r'` to be consistent with `map_union_subseteq_r_alt``map_union_subseteq_r'` to be consistent with
`or_intro_{l,r}'`. `or_intro_{l,r}'`.
......
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