ghc-8.4.4: The GHC API

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