Description
Provides a compatibility layer for GHC's wherefrom function. That functionality helps Template Haskell or compiler-facing code understand where a name or declaration comes from.
It is useful for metaprogramming libraries that support multiple GHC versions while inspecting source information. It is a compile-time developer dependency, not a tool launched by end users.