Kevin Wallace
Kevin Wallace
ty @semmel , will try to get a release out this weekend
I think we need a build step as we are depending on nearley. There is already a build step though, which I added after reading https://github.com/fluture-js/Fluture/pull/58, so no big deal...
k I'll keep looking/figure something out.
Thanks @mickdekkers . Ended up not needing it for this issue as we bundled a parent lib for the browser, but I'll leave the issue open and look into using...
:+1: would you like to submit a pr?
I'm actually working on some related stuff. I'll get to this at some point soon-ish
Agreed with @buzzdecafe
Thank you for the issue @gleguizamon . The docs are built from the source, would you like to submit a PR to the [main repo](https://github.com/ramda/ramda)? Maybe just delete that extra...
Can achieve the same with `lens(getter, unary(setter))`? Do you have an example that works differently from `lens`? I think the example in the docstring works out to the same thing...
We have https://github.com/ramda/ramda-lens which feels like where it belongs. But of course that hasn't been updated in many years. I reckon mull it over for a bit and if you...