Scott Sauyet
Scott Sauyet
Closing until after `v1.0`
I'm all for this. I would not want to offer any guarantee about property ordering, though of course the implementation might or might not do so. That is, ``` move...
See #950 and #1269 for more information. If you have suggestions for how to update the documentation to capture this better, we'd love to hear them.
I think this documentation was written by people deeply involved with adding transducers to Ramda, people who already had their head wrapped around transducers. There is a lot of room...
I'm not sure how I've missed this issue so far. But better late than never. While I wouldn't mind having the types collocated with Ramda -- in fact, I think...
I guess my question is simply, *is there something that can be expressed in H-M types, something that we would us in Ramda, that cannot be expressed in TS types?*...
@customcommander: > [P]erhaps the metadata you're referring to could be the JSDoc annotations for parameters e.g. > ```js > /** > * @sig Functor f => (a -> b) ->...
@essenmitsosse: Thank you for a wonderful writeup! This especially explains something that I did not understand at all: > TypeScript on the other hand is more about being specific and...
> From my experience we would just be fighting against the nature of TypeScript and loose a lot of its power in the process. Usually the more general you try...
@somebody1234: Thank you for all the clarifications. I'm *still* confused about the `concat` example, but I don't think it's worth pursuing at the moment, as it's mostly a distraction from...