JSX.Identifiertype ('M, 'T) t = 'T * 'M t'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_t' :
(Format.formatter -> 'M -> unit) ->
Format.formatter ->
'M t' ->
unitval show_t' : (Format.formatter -> 'M -> unit) -> 'M t' -> string