packages feed

ghc-lib-0.20200401: compiler/GHC/Rename/Splice.hs-boot

module GHC.Rename.Splice where

import GhcPrelude
import GHC.Hs
import TcRnMonad
import GHC.Types.Name.Set


rnSpliceType :: HsSplice GhcPs   -> RnM (HsType GhcRn, FreeVars)
rnSplicePat  :: HsSplice GhcPs   -> RnM ( Either (Pat GhcPs) (Pat GhcRn)
                                          , FreeVars )
rnSpliceDecl :: SpliceDecl GhcPs -> RnM (SpliceDecl GhcRn, FreeVars)

rnTopSpliceDecls :: HsSplice GhcPs -> RnM ([LHsDecl GhcPs], FreeVars)