Pattern.Identifiertype t('M, 'T) = {name: Identifier.t('M, 'T),annot: Type.annotation_or_hint('M, 'T),optional: bool,};let pp:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
Format.formatter =>
t('M, 'T) =>
unit;let show:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
t('M, 'T) =>
string;