Module Typerep_lib__Std_internal.Typerep.Tag_internal

type ('variant, 'args) create =
| Args of 'args ‑> 'variant
| Const of 'variant
type ('variant, 'args) t = {
label : string;
rep : 'args t;
arity : int;
args_labels : string list;
index : int;
ocaml_repr : int;
tyid : 'args Typerep_lib.Typename.t;
create : ('variant'argscreate;
}