Description
Provides a simplified view of the haskell-src-exts abstract syntax tree. A simpler AST can make tools easier to write when they do not need every detail of the full syntax representation.
It is useful for lightweight analyzers, code generators, educational tools, and transformations over Haskell source. It is a developer library and has no standalone interface.