mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
Update src/core/CCList.mli
This commit is contained in:
parent
65c604ca2b
commit
8a5cee47bd
1 changed files with 1 additions and 1 deletions
|
|
@ -497,7 +497,7 @@ val all_ok : ('a, 'err) result t -> ('a t, 'err) result
|
|||
|
||||
val split_result : ('ok, 'error) result list -> 'ok list * 'error list
|
||||
(** Split a list of results into [Ok]s and [Error]s.
|
||||
@since 3.14.1 *)
|
||||
@since NEXT_RELEASE *)
|
||||
|
||||
val sorted_mem : cmp:('a -> 'a -> int) -> 'a -> 'a list -> bool
|
||||
(** [sorted_mem ~cmp x l] and [mem x l] give the same result for any sorted list [l],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue