Class.Methodtype ('M, 'T) t = 'T * ('M, 'T) t'and ('M, 'T) t' = {kind : kind;key : ('M, 'T) Expression.Object.Property.key;value : 'M * ('M, 'T) Function.t;static : bool;decorators : ('M, 'T) Class.Decorator.t list;comments : ('M, unit) Syntax.t option;}val pp :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) t ->
unitval show :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) t ->
stringval pp_kind : Format.formatter -> kind -> unitval show_kind : kind -> stringval pp_t' :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) t' ->
unitval show_t' :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) t' ->
string