Class.Bodytype t('M, 'T) = ('M, t'('M, 'T));and element('M, 'T) = | Method(Method.t('M, 'T))| Property(Property.t('M, 'T))| PrivateField(PrivateField.t('M, 'T))| StaticBlock(StaticBlock.t('M, 'T));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;let pp_element:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
Format.formatter =>
element('M, 'T) =>
unit;let show_element:
(Format.formatter => 'M => unit) =>
(Format.formatter => 'T => unit) =>
element('M, 'T) =>
string;