= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package base
-
base
-
-
base.base_internalhash_types
-
base.caml
-
base.md5
-
base.shadow_stdlib
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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