Description
Provides the Scrap Your Boilerplate library for generic programming in Haskell. It lets developers write functions that traverse and transform many data types without hand-writing repetitive code for each one.
It is useful for AST processing, configuration transforms, serialization helpers, refactoring tools, and data migrations. It is a developer library and has no standalone interface.