mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-16 23:56:43 -05:00
typo in 363c3b4
This commit is contained in:
parent
363c3b4528
commit
f18c9411f1
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ end
|
|||
val map_l : ('a -> ('b, 'err) t) -> 'a list -> ('b list, 'err) t
|
||||
(** [map_l f l] apply [f] on every element of [l], and, in case of success for every
|
||||
element, return [Ok (List.map f l)]. Otherwise, it fails, and the first error is
|
||||
return.*)
|
||||
returned.*)
|
||||
|
||||
val fold_l : ('b -> 'a -> ('b, 'err) t) -> 'b -> 'a list -> ('b, 'err) t
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue