Module TypeDecl.Representation
type t = | Variant of Odoc_model.Lang.TypeDecl.Constructor.t list| Record of Odoc_model.Lang.TypeDecl.Field.t list| Record_unboxed_product of Odoc_model.Lang.TypeDecl.UnboxedField.t list| Extensible