ComponentDeclaration.Paramtype ('M, 'T) t = 'M * ('M, 'T) t'and ('M, 'T) t' = {name : ('M, 'T) param_name;local : ('M, 'T) Pattern.t;default : ('M, 'T) Expression.t option;shorthand : bool;}and ('M, 'T) param_name = | Identifier of ('M, 'T) Identifier.t| StringLiteral of 'M * 'M StringLiteral.tval 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_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' ->
stringval pp_param_name :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) param_name ->
unitval show_param_name :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) param_name ->
string