Make.EPmodule Core_types : S.CORE_TYPESThis module defines a calling convention for invoking methods on objects. The objects could be remote, but this module doesn't define anything related to networks. These types are generated automatically from WIRE by Core_types.
module Network_types : S.NETWORK_TYPESmodule Table : Message_types.TABLE_TYPESFor the unit tests it is convenient to pass in the types of table indexes. This allows the tests to make both ends of a connection, with the types matched up.
module Out : sig ... endThe type of messages sent by this endpoint.
module In : sig ... endThe type of messages received by this endpoint.