type t
=
{
has_double_array_tag : bool;
}
include sig ... end
val sexp_of_t : t ‑> Sexplib.Sexp.t
val equal : t ‑> t ‑> bool