Description
Provides compatibility helpers for Template Haskell Quote and Code types across compiler versions. This lets libraries support older and newer GHC releases without duplicating too much conditional code.
It is useful for maintainers of metaprogramming libraries, derive helpers, and code generators. It is only relevant while compiling Haskell code that uses Template Haskell.