Description
A Haskell library for using GHC call stacks in a backward-compatible way. It helps libraries report where a function was called from while still supporting older compiler combinations.
Developers use it to improve diagnostics, assertions, and error messages. Better call stacks make bugs easier to locate, but user-facing errors still need clear explanations.