ghc-8.0.0.20160204: The GHC API

Safe HaskellNone
LanguageHaskell2010

RnSplice

Synopsis

Documentation

rnSplicePat :: HsSplice RdrName -> RnM (Either (Pat RdrName) (Pat Name), 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