Skip to content

Commit

Permalink
updated NEXT_RELEASE tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois BERENGER committed Dec 14, 2015
1 parent e776a89 commit fb71fcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/batMap.mli
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ sig
This is equivalent to [add k2 v2 (remove k1) m], but more efficient
in the case where [k1] and [k2] have the same key ordering.
@raise Not_found if [k1] is not bound in [m].
@since NEXT_RELEASE *)
@since 2.4.0 *)

val find: key -> 'a t -> 'a
(** [find x m] returns the current binding of [x] in [m],
Expand Down Expand Up @@ -396,7 +396,7 @@ val update: 'a -> 'a -> 'b -> ('a, 'b) t -> ('a, 'b) t
This is equivalent to [add k2 v2 (remove k1) m], but more efficient
in the case where [k1] and [k2] have the same key ordering.
@raise Not_found if [k1] is not bound in [m].
@since NEXT_RELEASE *)
@since 2.4.0 *)

val find : 'a -> ('a, 'b) t -> 'b
(** [find x m] returns the current binding of [x] in [m],
Expand Down Expand Up @@ -692,7 +692,7 @@ module PMap : sig
This is equivalent to [add k2 v2 (remove k1) m], but more efficient
in the case where [k1] and [k2] have the same key ordering.
@raise Not_found if [k1] is not bound in [m].
@since NEXT_RELEASE *)
@since 2.4.0 *)

val find : 'a -> ('a, 'b) t -> 'b
(** [find x m] returns the current binding of [x] in [m],
Expand Down

0 comments on commit fb71fcf

Please sign in to comment.