module Connections: sig .. end
module MakeRequest: Generic_request_handler.MakeRequest
module MakeNamedRequest: Generic_request_handler.MakeNamedRequest
module Connect_application_to_rcomm_types: sig .. end
module Connect_application_to_rcomm: Bounded_channel.AutoConnectBoundedChannel(Connect_application_to_rcomm_types)(Bounded_channel.AutoMakeRequestBoundedChannel(MakeNamedRequest(sigend)(Connect_application_to_rcomm_types)))
module Connect_rcomm_to_application_types: sig .. end
module Connect_rcomm_to_application: Bounded_channel.AutoConnectBoundedChannel(Connect_rcomm_to_application_types)(Bounded_channel.AutoMakeRequestBoundedChannel(MakeNamedRequest(sigend)(Connect_rcomm_to_application_types)))
module Connect_transport_to_rcomm_types: sig .. end
module Connect_transport_to_rcomm: Bounded_channel.AutoConnectBoundedChannel(Connect_transport_to_rcomm_types)(Bounded_channel.AutoMakeRequestBoundedChannel(MakeNamedRequest(sigend)(Connect_transport_to_rcomm_types)))
module Connect_rcomm_to_transport_types: sig .. end
module Connect_rcomm_to_transport: Bounded_channel.AutoConnectBoundedChannel(Connect_rcomm_to_transport_types)(Bounded_channel.AutoMakeRequestBoundedChannel(MakeNamedRequest(sigend)(Connect_rcomm_to_transport_types)))
module From_application: Connect_application_to_rcomm(Rcomm.Make.Application_ll.Chan_to_group)(Rcomm.Make.Chan_from_application)
module To_application: Connect_rcomm_to_application(Rcomm.Make.Chan_to_application)(Rcomm.Make.Application_ll.Chan_from_group)
module To_transport: Connect_rcomm_to_transport(Rcomm.Make.Chan_to_transport)(Rcomm.Make.Transport_ll.Chan_from_group)
module From_transport: Connect_transport_to_rcomm(Rcomm.Make.Transport_ll.Chan_to_group)(Rcomm.Make.Chan_from_transport)