mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-08 12:15:32 -05:00
minor fix
This commit is contained in:
parent
23d7ea20f6
commit
91adde9743
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ end
|
||||||
(** {2 Collections} *)
|
(** {2 Collections} *)
|
||||||
|
|
||||||
val map_l : ('a -> ('b, 'err) t) -> 'a list -> ('b list, 'err) t
|
val map_l : ('a -> ('b, 'err) t) -> 'a list -> ('b list, 'err) t
|
||||||
(** [map_l f \[a1; ...; an\]] applies function f to a1, ..., an , and, in case of
|
(** [map_l f [a1; ...; an]] applies function f to a1, ..., an , and, in case of
|
||||||
success for every elements, return the list of [Ok]-value.
|
success for every elements, return the list of [Ok]-value.
|
||||||
Otherwise, it fails and return the first error encountered. Tail-recursive.*)
|
Otherwise, it fails and return the first error encountered. Tail-recursive.*)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue