ghci-8.0.1: The library supporting GHC's interactive interpreter
GHCi.TH
Description
Running TH splices
startTH :: IO (RemoteRef (IORef QState)) Source #
finishTH :: Pipe -> RemoteRef (IORef QState) -> IO () Source #
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 #