Statement.ComponentDeclarationmodule RestParam : sig ... endmodule Param : sig ... endmodule Params : sig ... endtype ('M, 'T) t = {id : ('M, 'T) Identifier.t;tparams : ('M, 'T) Type.TypeParams.t option;params : ('M, 'T) Params.t;renders : ('M, 'T) Type.component_renders_annotation;body : 'M * ('M, 'T) Block.t;comments : ('M, unit) Syntax.t option;sig_loc : 'M;}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 ->
string