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

Safe HaskellNone
LanguageHaskell2010

GHC.SourceGen

Contents

Description

This module exports all of the definitions in this package in one convenient location.

For more details and examples of usage, see https://github.com/google/ghc-source-gen.

Synopsis

Syntax types

These modules declare combinators for constructing different parts of a GHC syntax tree.

Overloaded combinators

Certain concepts make sense in different parts of Haskell syntax. For example, var may be used in expressions, types, and import or export lists.

Rendering Haskell syntax into text