hsdev-0.1.6.2: Haskell development library and tool with support of autocompletion, symbol info, go to declaration, find references etc.

Safe HaskellNone
LanguageHaskell98

HsDev.Server.Commands

Synopsis

Documentation

processRequest :: CommandOptions -> (Notification -> IO ()) -> Command -> IO Result Source

Process request, notifications can be sent during processing

processClient :: String -> IO ByteString -> (ByteString -> IO ()) -> CommandOptions -> IO () Source

Process client, listen for requests and process them

processClientSocket :: Socket -> CommandOptions -> IO () Source

Process client by socket