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 Source #
show :: GHCiQException -> String Source #
showList :: [GHCiQException] -> ShowS Source #
toException :: GHCiQException -> SomeException Source #
fromException :: SomeException -> Maybe GHCiQException Source #
displayException :: GHCiQException -> String Source #