Module Sequence.Merge_with_duplicates_elementSource
Sourcetype ('a, 'b) t = | Left of 'a| Right of 'b| Both of 'a * 'b
Sourceval compare :
('a -> 'a -> int) ->
('b -> 'b -> int) ->
('a, 'b) t ->
('a, 'b) t ->
int Sourceval compare__local :
('a -> 'a -> int) ->
('b -> 'b -> int) ->
('a, 'b) t ->
('a, 'b) t ->
int Sourceval equal :
('a -> 'a -> bool) ->
('b -> 'b -> bool) ->
('a, 'b) t ->
('a, 'b) t ->
bool Sourceval equal__local :
('a -> 'a -> bool) ->
('b -> 'b -> bool) ->
('a, 'b) t ->
('a, 'b) t ->
bool