Module Command.Stateful
module type T = Command_rpc__.Command_rpc_intf.Tmodule type T_conv = Command_rpc__.Command_rpc_intf.T_convmodule type T_pipe = Command_rpc__.Command_rpc_intf.T_pipemodule type T_pipe_conv = Command_rpc__.Command_rpc_intf.T_pipe_convtype 'state t=[|`Plain of (module T with type state = 'state)|`Plain_conv of (module T_conv with type state = 'state)|`Pipe of (module T_pipe with type state = 'state)|`Pipe_conv of (module T_pipe_conv with type state = 'state)|`Implementations of 'state Async.Rpc.Implementation.t list]