JSX.Openingtype ('M, 'T) t = 'M * ('M, 'T) t'and ('M, 'T) attribute = | Attribute of ('M, 'T) Attribute.t| SpreadAttribute of ('M, 'T) SpreadAttribute.tand ('M, 'T) t' = {name : ('M, 'T) name;targs : ('M, 'T) Expression.CallTypeArgs.t option;self_closing : bool;attributes : ('M, 'T) attribute list;}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_attribute :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
Format.formatter ->
('M, 'T) attribute ->
unitval show_attribute :
(Format.formatter -> 'M -> unit) ->
(Format.formatter -> 'T -> unit) ->
('M, 'T) attribute ->
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