Module Tuple.SpreadElement

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