fantasyland / static-land

Specification for common algebraic structures in JavaScript based on Fantasy Land
MIT License
770 stars 41 forks source link

@@functional/placeholder support #2

Closed rpominov closed 8 years ago

rpominov commented 8 years ago

See http://ramdajs.com/0.19.1/docs/#__ and https://github.com/ramda/ramda/blob/v0.19.1/src/__.js

Avaq commented 8 years ago

Consider implementing placeholders as described in this gist, it's much more useful and predictable.

rpominov commented 8 years ago

Thanks I will take a look.Though it would be great to have some standard curry function that is used between projects like Ramda and SL. We need a spec for curry :joy:

rpominov commented 8 years ago

Closing because of #6