Module Generic_core_desc.Custom.T

module T: sig .. end

type 'a custom = {
   name : string; (*
name of the OCaml type
*)
   module_path : string list;
   identifier : string; (*
the identifier correspond to the homonymous field of the C-struct custom_operations is defined in <caml/custom.h>
*)
}