Description
A Haskell library for deriving instances with GHC.Generics and related utilities. It helps developers create reusable generic code for data types without writing repetitive instance implementations.
Use it when many types share structural behavior that can be derived safely. Generic deriving should still be tested because structural defaults may not match every domain rule.