Module Sequence.Merge_with_duplicates_element

type ('a, 'b) t =
| Left of 'a
| Right of 'b
| Both of 'a * 'b
val compare : ('a -> 'a -> int) -> ('b -> 'b -> int) -> ('a'b) t -> ('a'b) t -> int
val hash_fold_t : (Base.Hash.state -> 'a -> Base.Hash.state) -> (Base.Hash.state -> 'b -> Base.Hash.state) -> Base.Hash.state -> ('a'b) t -> Base.Hash.state
include Base.Sexpable.S2 with type ('a, 'b) t := ('a'b) t
type ('a, 'b) t
val t_of_sexp : (Base.Sexp.t -> 'a) -> (Base.Sexp.t -> 'b) -> Base.Sexp.t -> ('a'b) t
val sexp_of_t : ('a -> Base.Sexp.t) -> ('b -> Base.Sexp.t) -> ('a'b) t -> Base.Sexp.t