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
161c192bff
commit
5ff60d2a52
2 changed files with 2 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ module type S = sig
|
||||||
val fold : f:('b -> key -> 'a -> 'b) -> x:'b -> 'a t -> 'b
|
val fold : f:('b -> key -> 'a -> 'b) -> x:'b -> 'a t -> 'b
|
||||||
|
|
||||||
val mapi : f:(key -> 'a -> 'b) -> 'a t -> 'b t
|
val mapi : f:(key -> 'a -> 'b) -> 'a t -> 'b t
|
||||||
(** Map values, giving both key and value. Will use {!WORD.of_list} to rebuild keys.
|
(** Map values, giving both key and value.
|
||||||
@since 0.17
|
@since 0.17
|
||||||
*)
|
*)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ module type S = sig
|
||||||
val fold : f:('b -> key -> 'a -> 'b) -> x:'b -> 'a t -> 'b
|
val fold : f:('b -> key -> 'a -> 'b) -> x:'b -> 'a t -> 'b
|
||||||
|
|
||||||
val mapi : f:(key -> 'a -> 'b) -> 'a t -> 'b t
|
val mapi : f:(key -> 'a -> 'b) -> 'a t -> 'b t
|
||||||
(** Map values, giving both key and value. Will use {!WORD.of_list} to rebuild keys.
|
(** Map values, giving both key and value.
|
||||||
@since 0.17
|
@since 0.17
|
||||||
*)
|
*)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue