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

CHANGELOG.

parent 57845bb3
No related branches found
No related tags found
1 merge request!304Add lemmas that say that `curry{3,4}?` and `uncurry{3,4}?` are inverses.
Pipeline #51008 passed
...@@ -120,6 +120,8 @@ API-breaking change is listed. ...@@ -120,6 +120,8 @@ API-breaking change is listed.
Haskell and friends. Haskell and friends.
+ Add `Params` and `Proper` instances for `curry`/`uncurry`, + Add `Params` and `Proper` instances for `curry`/`uncurry`,
`curry3`/`uncurry3`, and `curry4`/`uncurry4`. `curry3`/`uncurry3`, and `curry4`/`uncurry4`.
+ Add lemmas that say that `curry`/`curry3`/`curry4` and
`uncurry`/`uncurry3`/`uncurry4` are inverses.
- 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