Description
Collects useful helpers for Template Haskell programming. These helpers reduce repeated low-level code when generating declarations, inspecting types, and working with compile-time names and expressions.
It is useful for authors of deriving libraries, code generators, and tools that validate Haskell code during compilation. It is a developer library and has no separate user interface.