Module Caller_converts.State_rpc
module type S = sig ... endmodule Make : functor (Model : sig ... end) -> sig ... endGiven a model of the types involved in a family of State_RPCs, this functor provides a single State_RPC versioned dispatch function
dispatch_multiin terms of that model and a mechanism for registering the individual versions thatdispatch_multiknows about. Registration requires knowing how to get into and out of the model.