package babel

  1. Overview
  2. Docs
type t

Bin_prot digests of the types used in a protocol. This is useful for expect tests and validating protocol compatibility.

val sexp_of_t : t -> Sexplib0.Sexp.t
include Core.Comparable.S_plain with type t := t
include Base.Comparable.S with type t := t
val (>=) : t -> t -> bool
val (<=) : t -> t -> bool
val (=) : t -> t -> bool
val (>) : t -> t -> bool
val (<) : t -> t -> bool
val (<>) : t -> t -> bool
val equal : t -> t -> bool
val compare : t -> t -> int
val min : t -> t -> t
val max : t -> t -> t
val ascending : t -> t -> int
val descending : t -> t -> int
val between : t -> low:t -> high:t -> bool
val clamp_exn : t -> min:t -> max:t -> t
val clamp : t -> min:t -> max:t -> t Base__.Or_error.t
type comparator_witness
val comparator : (t, comparator_witness) Base__Comparator.comparator
val validate_lbound : min:t Core.Maybe_bound.t -> t Validate.check
val validate_ubound : max:t Core.Maybe_bound.t -> t Validate.check
val validate_bound : min:t Core.Maybe_bound.t -> max:t Core.Maybe_bound.t -> t Validate.check
module Replace_polymorphic_compare : sig ... end
val rpc : (_, _) Async_rpc_kernel.Rpc.Rpc.t -> t
val pipe_rpc : (_, _, _) Async_rpc_kernel.Rpc.Pipe_rpc.t -> t
val state_rpc : (_, _, _, _) Async_rpc_kernel.Rpc.State_rpc.t -> t
val streamable_plain_rpc : (_, _) Streamable.Plain_rpc.t -> t
val streamable_pipe_rpc : (_, _) Streamable.Pipe_rpc.t -> t
val streamable_state_rpc : (_, _, _) Streamable.State_rpc.t -> t
OCaml

Innovation. Community. Security.