Benjamin

Results 23 issues of Benjamin

See below of the before and after of running `brittany --config-file=brittany.yaml --write-mode=inplace $(git ls-files '*.hs')` using the default config on versions 0.14.0.0, and 0.14.0.2. ![before](https://user-images.githubusercontent.com/10566848/159384098-3f23d8a3-8519-47c7-b6fc-25a89093ebb6.jpg) ![after](https://user-images.githubusercontent.com/10566848/159384111-4ed2f882-63d4-4dcc-8aaa-f5be80ba12d8.jpg) As is evident, the...

bug
language extension support
hs:types

This may help with readability. I made some small other changes as well, mostly just linting hints.

There are a couple data structures which don't fully match the documentation, like GuildMember, Message, and a couple of others. It would be good to match the spec more precisely...

Currently we have ```haskell type AutocompleteOrChoice a = Either Bool [Choice a] ``` Which is not clear at all what it could mean. We should have a data structure with...

The Guild Store channel type is no longer a valid type of channel, and guild directory and guild forum are now channel types that can turn up. We should update...

Currently the code base is rife with records that are partial functions. Additionally, it's hard for users of the library to extract and separate processing of different elements of sum...

Hi, I made a start on a more wide-ranging justified-containers approach, which you can see here: https://github.com/L0neGamer/justified-mono-traversable. The key difference is that this relies on mono-traversable, and can be used...