Description
A Haskell library for constructing Haskell syntax trees for the GHC API. It helps code generators, refactoring tools, and analyzers build valid GHC AST values programmatically.
Developers use it when generating or transforming Haskell source at the syntax-tree level. Generated trees should be pretty-printed and compiled in tests so invalid syntax is caught early.