val sexp_of_t : ('slots ‑> Base.Sexp.t) ‑> 'slots t ‑> Base.Sexp.t
val typerep_of_t : 'slots Typerep_lib.Std.Typerep.t ‑> 'slots t Typerep_lib.Std.Typerep.t
val typename_of_t : 'slots Typerep_lib.Std.Typename.t ‑> 'slots t Typerep_lib.Std.Typename.t
val null : Core_kernel__.Import.unit ‑> 'a t
The null
pointer is a distinct pointer that does not correspond to a tuple in
the pool. It is a function to prevent problems due to the value restriction.
val is_null : 'a t ‑> Core_kernel__.Import.bool
val phys_compare : 'a t ‑> 'a t ‑> Core_kernel__.Import.int
val phys_equal : 'a t ‑> 'a t ‑> Core_kernel__.Import.bool
module Id : sig ... end