mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-08 04:05:30 -05:00
breaking: fix documentation of CCList.sorted_merge (different semantics)
This commit is contained in:
parent
3b3a697168
commit
da8566910b
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ val filter_map : ('a -> 'b option) -> 'a t -> 'b t
|
||||||
(** Map and remove elements at the same time *)
|
(** Map and remove elements at the same time *)
|
||||||
|
|
||||||
val sorted_merge : ?cmp:('a -> 'a -> int) -> 'a list -> 'a list -> 'a list
|
val sorted_merge : ?cmp:('a -> 'a -> int) -> 'a list -> 'a list -> 'a list
|
||||||
(** merges elements from both sorted list, removing duplicates *)
|
(** merges elements from both sorted list *)
|
||||||
|
|
||||||
val sort_uniq : ?cmp:('a -> 'a -> int) -> 'a list -> 'a list
|
val sort_uniq : ?cmp:('a -> 'a -> int) -> 'a list -> 'a list
|
||||||
(** Sort the list and remove duplicate elements *)
|
(** Sort the list and remove duplicate elements *)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue