Safe Haskell | None |
---|---|
Language | Haskell2010 |
GHCi.TH
Description
Running TH splices
Documentation
runModFinalizerRefs :: Pipe -> RemoteRef (IORef QState) -> [RemoteRef (Q ())] -> IO () Source #
Runs the mod finalizers.
The references must be created on the caller process.
runTH :: Pipe -> RemoteRef (IORef QState) -> HValueRef -> THResultType -> Maybe Loc -> IO ByteString Source #