haskell-tools-backend-ghc-0.3.0.1: Creating the Haskell-Tools AST from GHC's representations

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Tools.AST.FromGHC.TH

Description

Functions that convert the Template-Haskell-related elements of the GHC AST to corresponding elements in the Haskell-tools AST representation

Documentation

trfQuasiQuotation' :: TransformName n r => HsSplice n -> Trf (UQuasiQuote (Dom r) RangeStage) Source #

trfSplice :: TransformName n r => Located (HsSplice n) -> Trf (Ann USplice (Dom r) RangeStage) Source #

trfSplice' :: TransformName n r => HsSplice n -> Trf (USplice (Dom r) RangeStage) Source #

trfBracket' :: TransformName n r => HsBracket n -> Trf (UBracket (Dom r) RangeStage) Source #