ramda / ramda-fantasy

:ram::sparkles: Fantasy-Land compatible types for easy integration with Ramda.js
MIT License
1.5k stars 95 forks source link

Remove unnecessary currying #141

Closed dmitriz closed 7 years ago

dmitriz commented 7 years ago

There seems to be no need to curry in the examples, if I understand correctly.

davidchambers commented 7 years ago

Currying the functions at point of definition seems more elegant to me. Let's keep it as is. :)