ghci-8.0.2: The library supporting GHC's interactive interpreter
GHCi.TH
Description
Running TH splices
Synopsis
startTH :: IO (RemoteRef (IORef QState)) Source #
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 #
data GHCiQException Source #
Constructors
Instances
Methods
showsPrec :: Int -> GHCiQException -> ShowS #
show :: GHCiQException -> String #
showList :: [GHCiQException] -> ShowS #
toException :: GHCiQException -> SomeException #
fromException :: SomeException -> Maybe GHCiQException #
displayException :: GHCiQException -> String #