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

Safe HaskellNone
LanguageHaskell2010

Language.Haskell.Tools.AST.FromGHC.Kinds

Description

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

Documentation

trfPromoted' :: (TransformName n r, HasNoSemanticInfo (Dom r) a) => (HsType n -> Trf (a (Dom r) RangeStage)) -> HsType n -> Trf (UPromoted a (Dom r) RangeStage) Source #