Skip to content

Commit

Permalink
chore: add since NEXT_RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronsa committed Apr 11, 2024
1 parent 6a70c57 commit 71233f2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/core/CCFun.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 71233f2

Please sign in to comment.