module Z : sig ... endinclude Zval bin_shape_t : Bin_prot.Shape.t ‑> Bin_prot.Shape.tval 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.posval bin_writer_t : 'a Bin_prot.Type_class.writer ‑> [< `Eof | `Ok of 'a Ok ] Bin_prot.Type_class.writerval 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.readerval bin_t : 'a Bin_prot.Type_class.t ‑> [ `Eof | `Ok of 'a ] Bin_prot.Type_class.tval __t_of_sexp__ : a. (Base.Sexp.t ‑> 'a) ‑> Base.Sexp.t ‑> 'a tval t_of_sexp : a. (Base.Sexp.t ‑> 'a) ‑> Base.Sexp.t ‑> 'a tval sexp_of_t : a. ('a ‑> Base.Sexp.t) ‑> 'a t ‑> Base.Sexp.tinclude sig ... endmodule Monad_infix : sig ... endval return : 'a ‑> 'a Z.tmodule Let_syntax : sig ... end