ghc-9.0.2: The GHC API
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Tc.Gen.Splice

Description

Template Haskell splices

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