mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
chore: add since NEXT_RELEASE
This commit is contained in:
parent
6a70c57253
commit
71233f2c1a
1 changed files with 4 additions and 2 deletions
|
|
@ -83,10 +83,12 @@ module Infix : sig
|
|||
@since 3.11 *)
|
||||
|
||||
val ( ||> ) : 'a * 'b -> ('a -> 'b -> 'c) -> 'c
|
||||
(** [x ||> f] is [f (fst x) (snd x)] *)
|
||||
(** [x ||> f] is [f (fst x) (snd x)]
|
||||
@since NEXT_RELEASE *)
|
||||
|
||||
val ( |||> ) : 'a * 'b * 'c -> ('a -> 'b -> 'c -> 'd) -> 'd
|
||||
(** like [||>] but for tuples of size 3 *)
|
||||
(** like [||>] but for tuples of size 3
|
||||
@since NEXT_RELEASE *)
|
||||
end
|
||||
|
||||
include module type of Infix
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue