Set.Accessors_generic
The options
type is used to make Accessors_generic
flexible as to whether a comparator is required to be passed to certain functions.
module Named : sig ... end
val merge_to_sequence : ('a, 'cmp, ?order:[ `Increasing | `Decreasing ] ->
?greater_or_equal_to:'a elt -> ?less_or_equal_to:'a elt ->
('a, 'cmp) t -> ('a, 'cmp) t -> ('a elt, 'a elt) Sequence.Merge_with_duplicates_element.t Sequence.t) options