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

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Tools.BackendGHC.TH

Description

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

Synopsis

Documentation

trfSpliceExpr :: TransformName n r => Located (HsExpr n) -> Trf (USplice (Dom r) RangeStage) Source #

TODO: easier with splice decoration