module Z : sig ... end
include Z
val bin_shape_t : Bin_prot.Shape.t ‑> Bin_prot.Shape.t
val bin_write_t : (Bin_prot.Common.buf ‑> pos:Bin_prot.Common.pos ‑> 'a ‑> Bin_prot.Common.pos) ‑> Bin_prot.Common.buf ‑> pos:Bin_prot.Common.pos ‑> [< `Eof | `Ok of 'a ] ‑> Bin_prot.Common.pos
val bin_writer_t : 'a Bin_prot.Type_class.writer ‑> [< `Eof | `Ok of 'a Ok ] Bin_prot.Type_class.writer
val bin_read_t : (Bin_prot.Common.buf ‑> pos_ref:Bin_prot.Common.pos_ref ‑> 'a) ‑> Bin_prot.Common.buf ‑> pos_ref:Bin_prot.Common.pos_ref ‑> [> `Eof | `Ok of 'a ]
val bin_reader_t : 'a Bin_prot.Type_class.reader ‑> [> `Eof | `Ok of 'a ] Bin_prot.Type_class.reader
val bin_t : 'a Bin_prot.Type_class.t ‑> [ `Eof | `Ok of 'a ] Bin_prot.Type_class.t
val __t_of_sexp__ : a. (Base.Sexp.t ‑> 'a) ‑> Base.Sexp.t ‑> 'a t
val t_of_sexp : a. (Base.Sexp.t ‑> 'a) ‑> Base.Sexp.t ‑> 'a t
val sexp_of_t : a. ('a ‑> Base.Sexp.t) ‑> 'a t ‑> Base.Sexp.t
include sig ... end
module Monad_infix : sig ... end
val return : 'a ‑> 'a Z.t
module Let_syntax : sig ... end