Description
A Haskell source parser based on GHC. It lets tools parse Haskell code using parser behavior aligned with the compiler instead of implementing a separate syntax parser.
Developers use it in analyzers, linters, formatters, documentation tools, and editor integrations. Parser behavior depends on enabled language extensions, so tool configuration should match the target project.