Avery
Avery
``` data A = A deriving Generic data B = B deriving Generic data C = C deriving Generic data D = D deriving Generic data E = E deriving...
This is mostly a case of me spending 3 hours trying to work out why some things weren't working, and diving into `brick` and `vty` to no avail and discovering...
As title. When attempting to join, I receive an error: > #dear-imgui.hs:ocharles.org.uk is not accessible at this time. > Try again later, or ask a room or space admin to...
Tidied up Alejandro's *excellent* lists and also sorted them numerically `Tc` is from [`GHC.Tc.Errors.Ppr`](https://gitlab.haskell.org/ghc/ghc/-/blob/wip/T21684/compiler/GHC/Tc/Errors/Ppr.hs) `Driver` is from [`GHC.Driver.Errors.Ppr`](https://gitlab.haskell.org/ghc/ghc/-/blob/wip/T21684/compiler/GHC/Driver/Errors/Ppr.hs) `Ps` is from [`GHC.Parser.Errors.Ppr`](https://gitlab.haskell.org/ghc/ghc/-/blob/wip/T21684/compiler/GHC/Parser/Errors/Ppr.hs) `Ds` is from [`GHC.HsToCore.Errors.Ppr`](https://gitlab.haskell.org/ghc/ghc/-/blob/wip/T21684/compiler/GHC/HsToCore/Errors/Ppr.hs) - [x] DerivErrNotStockDeriveable ->...