Description
Adds Template Haskell support for precise error locations in source files. This helps generated code report problems at the most useful source position instead of pointing only to generated internals.
It is useful for libraries that generate code, validate declarations, or improve compile-time diagnostics. It is a developer support library and has no standalone interface.