ghc-8.0.0.20160204: 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 Id -> TcM hs_syn Source

finishTH :: TcM () Source

Run all module finalizers

Orphan instances