Tuple.SpreadElement
type ('M, 'T) t = {
name : ('M, 'T) Identifier.t option;
annot : ('M, 'T) Type.t;
}