evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4.04k stars 120 forks source link

Partial application should preserve `__name__`s #797

Closed evhub closed 9 months ago

evhub commented 9 months ago

Lots of utilities expect named functions and it would be nice to be able to pass partials into them.