Skip to content

Commit

Permalink
add missing @SInCE tags
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Sep 3, 2024
1 parent 07cfdb0 commit 9f8c2ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/CCFun.mli
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ include module type of Fun
val and_pred : ('a -> bool) -> ('a -> bool) -> 'a -> bool
(** [and_p f g x] is [(f x) && (g x)].
Produces a predicate which is a conjunction of the two predicates.
@since NEXT_RELEASE
*)

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

val compose : ('a -> 'b) -> ('b -> 'c) -> 'a -> 'c
Expand Down

0 comments on commit 9f8c2ef

Please sign in to comment.