Module Tuple.SpreadElement

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