Ignat Insarov

Results 90 comments of Ignat Insarov

Yes! A research project, I understand. Good to have some pointers to start from! Thanks!

Another example is `gmap`. Its behaviour depends on the order of traversal and does not make sense overall. [For example, the last context to be traversed would always appear to...

I would like to dibs this. _(Together with all the subordinate issues.)_ It looks like a bunch of fun little exercises, and I think I am able to prototype all...

`sort` is missing from lazy variants of byte strings. Is it intentional? I understand that it would need to force the entire stream, but the same reasoning applies to `Data.List`...

Alright, I added `sort` to the list in #364. A counting algorithm makes sense, I shall use it.

Can you explain why it will be easier to review multiple small pull requests? Either way there is the same amount of code. But with smaller pull requests more bureaucracy...

This makes sense. But by this logic I should add functions one by one. This would result in there being a dozen of tiny pull requests. It would be hard...

I narrowed the scope of #364 to folds and scans.

Fan or not fan, `genericLength` already exists. The simplest way to decide on this sort of issues it to follow `base`. If someone managed to talk the `base` people into...

This is a valid concern. I have not measured the cost of access to environment variables — I imagine it to be small but who knows. On the other hand,...