From c2671737e98b9b2813adb67d03e3e112f0de814e Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Wed, 21 Jul 2021 19:06:40 +0200 Subject: [PATCH] CHANGELOG. --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 175e0728..ccdb0394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -113,9 +113,12 @@ API-breaking change is listed. for Coq's `evar` tactic). - Make `solve_ndisj` able to solve more goals of the form `_ ⊆ ⊤ ∖ _`, `_ ∖ _ ## _`, `_ ## _ ∖ _`, as well as `_ ## ∅` and `∅ ## _`. -- Swap names of `curry`/`uncurry`, `curry3`/`uncurry3`, `curry4`/`uncurry4`, - `gmap_curry`/`gmap_uncurry`, and `hcurry`/`huncurry` to be consistent with - Haskell and friends. +- Improvements to curry: + + Swap names of `curry`/`uncurry`, `curry3`/`uncurry3`, `curry4`/`uncurry4`, + `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 `map_union_subseteq_r_alt` → `map_union_subseteq_r'` to be consistent with `or_intro_{l,r}'`. -- GitLab