haskell-tools-ast-gen-0.2.0.0: Facilities for generating new parts of the Haskell-Tools AST

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Tools.AST.Gen.Types

Contents

Description

Generation of type-level AST fragments for refactorings. The bindings defined here create a the annotated version of the AST constructor with the same name. For example, mkTyForall creates the annotated version of the TyForall AST constructor.

Synopsis

Generation of types

Generation of contexts

Generation of assertions