ghci-8.0.2: The library supporting GHC's interactive interpreter

Safe HaskellNone
LanguageHaskell2010

GHCi.TH

Description

Running TH splices

Synopsis

Documentation

runModFinalizerRefs :: Pipe -> RemoteRef (IORef QState) -> [RemoteRef (Q ())] -> IO () Source #

Runs the mod finalizers.

The references must be created on the caller process.