Class.Methodtype t('M, 'T) = ('T, t'('M, 'T));and t'('M, 'T) = {kind: kind,key: Expression.Object.Property.key('M, 'T),value: ('M, Function.t('M, 'T)),static: bool,decorators: list(Class.Decorator.t('M, 'T)),comments: option(Syntax.t('M, unit)),};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_kind: Format.formatter => kind => unit;let show_kind: kind => 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;