Object.Propertytype key('M, 'T) = | StringLiteral(('T, StringLiteral.t('M)))| NumberLiteral(('T, NumberLiteral.t('M)))| BigIntLiteral(('T, BigIntLiteral.t('M)))| Identifier(Identifier.t('M, 'T))| PrivateName(PrivateName.t('M))| Computed(ComputedKey.t('M, 'T));and t('M, 'T) = ('M, t'('M, 'T));and t'('M, 'T) = | Init of {key: key('M, 'T),value: Expression.t('M, 'T),shorthand: bool,}| Method of {key: key('M, 'T),value: ('M, Function.t('M, 'T)),}| Get of {key: key('M, 'T),value: ('M, Function.t('M, 'T)),comments: option(Syntax.t('M, unit)),}| Set of {key: key('M, 'T),value: ('M, Function.t('M, 'T)),comments: option(Syntax.t('M, unit)),};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;