Closed RyanGlScott closed 2 years ago
This will be necessary to make Data.Functor.Classes.Generic typecheck if haskell/core-libraries-committee#10 is implemented. Even if that isn't implemented, it's still likely a good idea on its own.
Data.Functor.Classes.Generic
Thanks, @RyanGlScott, it works well for GHC 9.2 with https://gitlab.haskell.org/ghc/ghc/-/merge_requests/4727 applied.
This will be necessary to make
Data.Functor.Classes.Generic
typecheck if haskell/core-libraries-committee#10 is implemented. Even if that isn't implemented, it's still likely a good idea on its own.