pyramda icon indicating copy to clipboard operation
pyramda copied to clipboard

DRY, use `inspect.signature` for `curry`?

Open peteut opened this issue 7 years ago • 3 comments

Hi,

I did some experiments w/ inspect.signature and it works quite well. curry.py gets much simpler, but there is no checking for updated **kwargs in yet.

Cheers, Alain

peteut avatar Aug 08 '16 20:08 peteut