module Raw : sig ... endmodule Set : Core.Set.S_binableinclude sig ... endval bin_t : 'base Bin_prot.Type_class.t ‑> 'base t Bin_prot.Type_class.tval bin_read_t : 'base Bin_prot.Read.reader ‑> 'base t Bin_prot.Read.readerval __bin_read_t__ : 'base Bin_prot.Read.reader ‑> (int ‑> 'base t) Bin_prot.Read.readerval bin_reader_t : 'base Bin_prot.Type_class.reader ‑> 'base t Bin_prot.Type_class.readerval bin_size_t : 'base Bin_prot.Size.sizer ‑> 'base t Bin_prot.Size.sizerval bin_write_t : 'base Bin_prot.Write.writer ‑> 'base t Bin_prot.Write.writerval bin_writer_t : 'base Bin_prot.Type_class.writer ‑> 'base t Bin_prot.Type_class.writerval bin_shape_t : Bin_prot.Shape.t ‑> Bin_prot.Shape.tval t_of_sexp : (Sexplib.Sexp.t ‑> 'base) ‑> Sexplib.Sexp.t ‑> 'base tval sexp_of_t : ('base ‑> Sexplib.Sexp.t) ‑> 'base t ‑> Sexplib.Sexp.tinclude S_lang with type base t := base t with type set := Set.tval base : 'base ‑> 'base tval inter_list : 'b t list ‑> 'b t Core.Or_error.tval values : 'base t ‑> 'base listmodule Make_monadic_eval : functor (M : Core.Monad.S) -> S_eval with type base t := base t with type set := set with type a result := a M.t