Tuple.LabeledElement
type ('M, 'T) t = {
name : ('M, 'T) Identifier.t;
annot : ('M, 'T) Type.t;
variance : 'M Variance.t option;
optional : bool;
}