mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2026-01-21 16:56:39 -05:00
doc: add missing @since
This commit is contained in:
parent
3bae829558
commit
8b41a2bf69
1 changed files with 2 additions and 1 deletions
|
|
@ -175,7 +175,8 @@ val both : ('a, 'err) t -> ('b, 'err) t -> (('a * 'b), 'err) t
|
|||
|
||||
module Infix : sig
|
||||
val (<$>) : ('a -> 'b) -> ('a, 'err) t -> ('b, 'err) t
|
||||
(** Infix version of [map]. *)
|
||||
(** Infix version of [map].
|
||||
@since NEXT_RELEASE *)
|
||||
|
||||
val (>|=) : ('a, 'err) t -> ('a -> 'b) -> ('b, 'err) t
|
||||
(** Infix version of [map] with reversed arguments. *)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue