mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
fix doc
This commit is contained in:
parent
4ffe1bbac3
commit
631b33f62e
1 changed files with 1 additions and 2 deletions
|
|
@ -274,8 +274,7 @@ val keep_some : 'a option t -> 'a t
|
||||||
@since 1.3 *)
|
@since 1.3 *)
|
||||||
|
|
||||||
val keep_ok : ('a, _) Result.result t -> 'a t
|
val keep_ok : ('a, _) Result.result t -> 'a t
|
||||||
(** [filter_some l] retains only elements of the form [Some x].
|
(** [keep_ok l] retains only elements of the form [Ok x].
|
||||||
Same as [filter_map CCFun.id]
|
|
||||||
@since 1.3 *)
|
@since 1.3 *)
|
||||||
|
|
||||||
val all_some : 'a option t -> 'a t option
|
val all_some : 'a option t -> 'a t option
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue