ghc-lib-0.20190402: The GHC API, decoupled from GHC versions

Safe HaskellNone
LanguageHaskell2010

TcSplice

Contents

Synopsis

Documentation

runQuasi :: Q a -> TcM a Source #

runMeta' :: Bool -> (hs_syn -> SDoc) -> (SrcSpan -> ForeignHValue -> TcM (Either MsgDoc hs_syn)) -> LHsExpr GhcTc -> TcM hs_syn Source #

finishTH :: TcM () Source #

Releases the external interpreter state.

Orphan instances