Support.Pairmap ~fst ~snd (x, y) is (fst x, snd y).
val pp :
(Format.formatter -> 'a -> unit) ->
(Format.formatter -> 'b -> unit) ->
Format.formatter ->
('a * 'b) ->
unitval show :
(Format.formatter -> 'a -> unit) ->
(Format.formatter -> 'b -> unit) ->
('a * 'b) ->
string