Module Implementation_types.Implementation
module Expert : sig ... end
module F : sig ... end
type 'connection_state t
=
{
tag : Async_rpc_kernel__.Protocol.Rpc_tag.t;
version : int;
f : 'connection_state F.t;
}
Implementation_types.Implementation
module Expert : sig ... end
module F : sig ... end
type 'connection_state t
=
{
tag : Async_rpc_kernel__.Protocol.Rpc_tag.t; |
version : int; |
f : 'connection_state F.t; |
}