jon.recoil.org

Module TypeDecl.Representation

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