Some interesting things from Ramda to consider adding to FPO:
-
_arity(..) is used to create a function with a proper .length, from the results of utils like curry(..), etc
-
utils like flip(..) will re-curry the function (in other words, assuming you always want currying)
Some interesting things from Ramda to consider adding to FPO:
_arity(..)is used to create a function with a proper.length, from the results of utils likecurry(..), etcutils like
flip(..)will re-curry the function (in other words, assuming you always want currying)