package async_rpc_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Internal to Async_rpc_kernel. See Rpc.Implementation.

module Expert : sig ... end
module F : sig ... end
type 'connection_state t = 'connection_state Implementation_types.Implementation.t = {
  1. tag : Protocol.Rpc_tag.t;
  2. version : int;
  3. f : 'connection_state F.t;
}
val description : _ t -> Description.t
val lift : 'a t -> f:('b -> 'a) -> 'b t