val equal :
('a -> 'a -> bool) ->
('b -> 'b -> bool) ->
('c -> 'c -> bool) ->
('a, 'b, 'c) t ->
('a, 'b, 'c) t ->
boolval compare :
('a -> 'a -> int) ->
('b -> 'b -> int) ->
('c -> 'c -> int) ->
('a, 'b, 'c) t ->
('a, 'b, 'c) t ->
intval hash : ('a -> int) -> ('b -> int) -> ('c -> int) -> ('a, 'b, 'c) t -> intval map :
('a -> 'b) ->
('c -> 'd) ->
('e -> 'f) ->
('a, 'c, 'e) t ->
('b, 'd, 'f) tval pretty :
(Stdlib.Format.formatter -> 'a -> unit) ->
(Stdlib.Format.formatter -> 'b -> unit) ->
(Stdlib.Format.formatter -> 'c -> unit) ->
Stdlib.Format.formatter ->
('a, 'b, 'c) t ->
unit