Module Tuple.LabeledElement

type t('M, 'T) = {
  1. name: Identifier.t('M, 'T),
  2. annot: Type.t('M, 'T),
  3. variance: option(Variance.t('M)),
  4. optional: bool,
};