Scott Sauyet
Scott Sauyet
Reopened, but with the focus on the signature, I don't remember ever really looking over those examples and docs. I like the `[dec, identity, inc]` one, but I'm less thrilled...
> Interestingly, if `R.concat` merged string maps (which it should) we wouldn't need `R.merge` or `R.mergeAll`. Why string maps as opposed to other objects? Although I hadn't thought about this...
This is the distinction between "Objects are monoidal" and "Records are monoidal". It's clear that `User` above does not have an obvious monoid. But ISTM that `Object` does, using `{}`...
@admodev: Thank you. We appreciate the help. Remember to do this against the `ts` branch.
Thank you for the report. We'll try to get on this right away.
I think I fell down on the job by letting this function claim the `innerJoin` name. You're absolutely right that this is not the expected behavior of a function with...
While I like this function, I think I would prefer an API that used `t2Row => pred(t1Row, t2Row)` instead of `t2Row => f1(t1Row) === f2(t2Row)`. I don't like depending upon...
@villesau: That might be a good idea, but I'm going to need to go back and look through the earlier discussions, and I probably will not have time for that...
That's an interesting idea. If you want to write up a pull request for it, I can promise it will get a fair hearing. No guarantees it would be accepted,...
I do like `branch` better than `fork` here, but it still doesn't feel great. ---------- When I was suggesting `pipeWith`, it was in the (probably forlorn) hope that the way...