jon.recoil.org

Module TypeDecl.Representation

type t =
  1. | Variant of Odoc_xref2.Component.TypeDecl.Constructor.t list
  2. | Record of Odoc_xref2.Component.TypeDecl.Field.t list
  3. | Record_unboxed_product of Odoc_xref2.Component.TypeDecl.UnboxedField.t list
  4. | Extensible