mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -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 *)
|
@since 3.11 *)
|
||||||
|
|
||||||
val ( ||> ) : 'a * 'b -> ('a -> 'b -> 'c) -> 'c
|
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
|
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
|
end
|
||||||
|
|
||||||
include module type of Infix
|
include module type of Infix
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue