Commit 2025-05-12 20:50 5f30136d
View on Github →refactor(Finsupp): redefine curry
and uncurry
(#24746)
The new versions have definitional equalities that match Function.curry
and Function.uncurry
.
This also makes these computable, at the expense of an extra DecidableEq
argument.