ghci-9.14.1.20260916: The library supporting GHC's interactive interpreter
Safe HaskellNone
LanguageHaskell2010

GHCi.Server

Synopsis

Documentation

type CustomMessageHandler = Word8 -> ByteString -> IO (Maybe ByteString) Source #

How to interpret the CustomCommand.

serv :: Bool -> MessageHook -> Pipe -> (forall a. IO a -> IO a) -> IO () Source #

servWithCustom :: Bool -> MessageHook -> Pipe -> (forall a. IO a -> IO a) -> CustomMessageHandler -> IO () Source #

defaultServer :: IO () Source #

Default server