package babel

  1. Overview
  2. Docs
type t =
  1. | Rpc : (_, _) Async_rpc_kernel.Rpc.Rpc.t -> t
  2. | Pipe : (_, _, _) Async_rpc_kernel.Rpc.Pipe_rpc.t -> t
  3. | State : (_, _, _, _) Async_rpc_kernel.Rpc.State_rpc.t -> t
  4. | One_way : _ Async_rpc_kernel.Rpc.One_way.t -> t
  5. | Streamable_plain : (_, _) Streamable.Plain_rpc.t -> t
  6. | Streamable_pipe : (_, _) Streamable.Pipe_rpc.t -> t
  7. | Streamable_state : (_, _, _) Streamable.State_rpc.t -> t
val shape : t -> Shape.t
OCaml

Innovation. Community. Security.