Expression.Membertype property('M, 'T) = | PropertyIdentifier(Identifier.t('M, 'T))| PropertyPrivateName(PrivateName.t('M))| PropertyExpression(Expression.t('M, 'T));and t('M, 'T) = {_object: Expression.t('M, 'T),property: property('M, 'T),comments: option(Syntax.t('M, unit)),};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;