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