Module Rpc_intf

module Rpc_intf: sig .. end
Initiate an Rpc connection on the given reader/writer pair. server should be the bag of implementations that the calling side implements; it defaults to Server.null (i.e., "I implement no RPCs").

module type Connection = sig .. end