tommmyy/ramda-extension

Update to Ramda 0.26

tommmyy opened this issue · 3 comments

  • rename R_.includes to R_.flipIncludes
  • replace R.merge with R.mergeRight
  • use R.thunkify instead of our implementation

flipIncludes? Should it be flipContains?

I think that includes is good name :-) What is reason to rename this function. We use it everywhere.

oh, i didn't know