Skip to content

Commit 9f8c2ef

Browse files
committed
add missing @SInCE tags
1 parent 07cfdb0 commit 9f8c2ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/CCFun.mli

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ include module type of Fun
88
val and_pred : ('a -> bool) -> ('a -> bool) -> 'a -> bool
99
(** [and_p f g x] is [(f x) && (g x)].
1010
Produces a predicate which is a conjunction of the two predicates.
11+
@since NEXT_RELEASE
1112
*)
1213

1314
val or_pred : ('a -> bool) -> ('a -> bool) -> 'a -> bool
1415
(** [or_p f g x] is [(f x) || (g x)].
1516
Produces a predicate which is a disjunction of the two predicates.
17+
@since NEXT_RELEASE
1618
*)
1719

1820
val compose : ('a -> 'b) -> ('b -> 'c) -> 'a -> 'c

0 commit comments

Comments
 (0)