Closed peteut closed 8 years ago
This breaks the property where partial application doesn't affect behavior of curried functions. With this patch, always(a, b)
is not equivalent to always(a)(b)
which is a property I'd like to preserve for as many functions as possible.
I see, thanks for explanation.
always
is not compliant w/ramda
spec, this patch should fix it: