ghc-8.2.2: The GHC API

Safe HaskellNone
LanguageHaskell2010

RnSplice

Synopsis

Documentation

rnSplicePat :: HsSplice RdrName -> RnM (Either (Pat RdrName) (Pat Name), FreeVars) #

Rename a splice pattern. See Note [rnSplicePat]

traceSplice :: SpliceInfo -> TcM () #

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

data SpliceInfo #

The splice data to be logged