Varun Gandhi

Results 36 comments of Varun Gandhi

For simplicity of testing, it would be better to use `hlint` or some other "normal" CLI app, instead of `fd` to avoid getting the results mixed up with `fd`'s own...

For inspiration, it might be helpful to look at [hCenter](https://www.stackage.org/haddock/lts-12.17/brick-0.37.2/src/Brick.Widgets.Center.html#hCenter) and related functions on how to implement this with minimal fuss.

@mdipierro, thoughts on this? Should I submit a PR or do you prefer the current style?

> It's true that we could add pattern synonyms for "viewing" the set from the left and the right, much like : in Data.Sequence, but whereas these are fundamental for...

After thinking about it a bit more, I think it that while having this feature would be a bit nice, it can be emulated using other means if a user...