rel8 icon indicating copy to clipboard operation
rel8 copied to clipboard

instance for `Rel8able (Generically1 t)`

Open MangoIV opened this issue 2 years ago • 0 comments

Hi, i would be cool to additionally to the anyclass deriving mechanism provide an instance for

  • Generically1 as defined in base >=4.17
  • Generically1 as defined here https://hackage.haskell.org/package/generically-0.1.1/docs/GHC-Generics-Generically.html for older base versions

That would make it possible to deriving Rel8able via (Generically1 MyType)

Thanks in advance.

MangoIV avatar Aug 28 '23 14:08 MangoIV