Module Lam_tag_info

type t =
  1. | Blk_tuple
  2. | Blk_array
  3. | Blk_poly_var
  4. | Blk_record of string array
  5. | Blk_module of string list
  6. | Blk_extension
  7. | Blk_na of string
  8. | Blk_record_ext of string array
  9. | Blk_record_inlined of {
    1. name : string;
    2. num_nonconst : int;
    3. fields : string array;
    }
  10. | Blk_constructor of {
    1. name : string;
    2. num_nonconst : int;
    }
  11. | Blk_class
  12. | Blk_module_export