X : sig ... endtype tInterned string handle. Binprot representation only makes sense when written as a
part of a larger 'a With_store.t data structure.
include sig ... endval t_of_sexp : Base.Sexp.t ‑> tval sexp_of_t : t ‑> Base.Sexp.tval bin_t : t Bin_prot.Type_class.tval bin_read_t : t Bin_prot.Read.readerval __bin_read_t__ : (int ‑> t) Bin_prot.Read.readerval bin_reader_t : t Bin_prot.Type_class.readerval bin_size_t : t Bin_prot.Size.sizerval bin_write_t : t Bin_prot.Write.writerval bin_writer_t : t Bin_prot.Type_class.writerval bin_shape_t : Bin_prot.Shape.tval hash_fold_t : Base.Hash.state ‑> t ‑> Base.Hash.stateval hash : t ‑> Base.Hash.hash_valueval intern : string ‑> tval extern : t ‑> stringval hash : t ‑> intmodule With_store : sig ... end'a With_store.t lets you serialize and later deserialize a data structure that
contains ts in it.