mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 03:05:28 -05:00
add missing @since tags
This commit is contained in:
parent
07cfdb0d94
commit
9f8c2efe64
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue