Description
A Haskell tool that generates a references database from .hie files. It helps code navigation tools answer questions such as where symbols are defined and where they are used.
Developers use it for IDE features, source indexing, and project analysis. The database is only as accurate as the HIE files it was built from, so it should be regenerated after significant rebuilds.