Update to Ramda 0.26
tommmyy opened this issue · 3 comments
tommmyy commented
- rename
R_.includes
toR_.flipIncludes
- replace
R.merge
withR.mergeRight
- use
R.thunkify
instead of our implementation
jbradle commented
flipIncludes? Should it be flipContains?
I think that includes is good name :-) What is reason to rename this function. We use it everywhere.
tommmyy commented
jbradle commented
oh, i didn't know