MatchPattern.MemberPatternand property('M, 'T) = | PropertyString(('M, StringLiteral.t('M)))| PropertyNumber(('M, NumberLiteral.t('M)))| PropertyBigInt(('M, BigIntLiteral.t('M)))| PropertyIdentifier(Identifier.t('M, 'T));and t('M, 'T) = ('T, t'('M, 'T));let pp_base:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
Format.formatter =>
base('M, 'T) =>
unit;let show_base:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
base('M, 'T) =>
string;let pp_property:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
Format.formatter =>
property('M, 'T) =>
unit;let show_property:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
property('M, 'T) =>
string;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;let pp_t':
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
Format.formatter =>
t'('M, 'T) =>
unit;let show_t':
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
t'('M, 'T) =>
string;