ghc-source-gen-0.1.0.0: Constructs Haskell syntax trees for the GHC API.

Safe HaskellNone
LanguageHaskell2010

GHC.SourceGen.Syntax

Description

This module defines type synonyms for the different parts of GHC's syntax tree.

GHC uses the same types at different stages of the compilation, distinguishing them using a type parameter. The functions in ghc-source-gen construct values as they would appear after the parsing step.

Documentation