Object.Propertytype key('M, 'T) = | StringLiteral(('M, StringLiteral.t('M)))| NumberLiteral(('M, NumberLiteral.t('M)))| BigIntLiteral(('M, BigIntLiteral.t('M)))| Identifier(Identifier.t('M, 'T))| Computed(ComputedKey.t('M, 'T));and t('M, 'T) = ('M, t'('M, 'T));and t'('M, 'T) = {key: key('M, 'T),pattern: Pattern.t('M, 'T),default: option(Expression.t('M, 'T)),shorthand: bool,};let pp_key:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
Format.formatter =>
key('M, 'T) =>
unit;let show_key:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
key('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;