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