ghc-8.10.3: The GHC API
Safe HaskellNone
LanguageHaskell2010

RnSplice

Synopsis

Documentation

rnSplicePat :: HsSplice GhcPs -> RnM (Either (Pat GhcPs) (Pat GhcRn), FreeVars) Source #

Rename a splice pattern. See Note [rnSplicePat]

traceSplice :: SpliceInfo -> TcM () Source #

outputs splice information for 2 flags which have different output formats: `-ddump-splices` and `-dth-dec-file`

data SpliceInfo Source #

The splice data to be logged