| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
IdeSession.RPC.Server
- rpcServer :: (FilePath -> RpcConversation -> IO ()) -> [String] -> IO ()
- concurrentConversation :: Socket -> Socket -> FilePath -> (FilePath -> RpcConversation -> IO ()) -> IO ()
- data RpcConversation = RpcConversation {}
Documentation
Arguments
| :: (FilePath -> RpcConversation -> IO ()) | Request server |
| -> [String] | Command line args |
| -> IO () |