Pattern.Object
module Property : sig ... end
type ('M, 'T) property =
| Property of ('M, 'T) Property.t
| RestElement of ('M, 'T) RestElement.t
and ('M, 'T) t = {
properties : ('M, 'T) property list;
annot : ('M, 'T) Type.annotation_or_hint;
comments : ('M, 'M Comment.t list) Syntax.t option;
}