bartfeenstra / fu-php

🛠 Functional programming tools for PHP 🐘
https://twitter.com/BartFeenstra
MIT License
2 stars 1 forks source link

Add currying support #52

Closed bartfeenstra closed 7 years ago

bartfeenstra commented 7 years ago

Parameters with default values are not curried, except for callables with a single parameter that's optional. This is inconsistent. What should be done about it?