package jenga

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module X : sig ... end

Signature

type t

Interned string handle. Binprot representation only makes sense when written as a part of a larger 'a With_store.t data structure.

val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val bin_read_t : t Core.Bin_prot.Read.reader
val __bin_read_t__ : (int -> t) Core.Bin_prot.Read.reader
val bin_size_t : t Core.Bin_prot.Size.sizer
val bin_write_t : t Core.Bin_prot.Write.writer
val bin_shape_t : Core.Bin_prot.Shape.t
val hash_fold_t : Base.Hash.state -> t -> Base.Hash.state
val compare : t -> t -> int
val intern : string -> t
val extern : t -> string
val hash : t -> int
module With_store : sig ... end

'a With_store.t lets you serialize and later deserialize a data structure that contains ts in it.