Module Pattern.Identifier

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