Skip to content

Commit cbcfa31

Browse files
committed
doc: add since annotations in shrinker
1 parent e3076e4 commit cbcfa31

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/core/QCheck.mli

+4-2
Original file line numberDiff line numberDiff line change
@@ -468,10 +468,12 @@ module Shrink : sig
468468
one can try to decrease the integers). *)
469469

470470
val list_spine : 'a list t
471-
(** Try to shrink lists by removing one or more elements. *)
471+
(** Try to shrink lists by removing one or more elements.
472+
@since NEXT_RELEASE *)
472473

473474
val list_elems : 'a t -> 'a list t
474-
(** Shrinks the elements of a list, without changing the list size. *)
475+
(** Shrinks the elements of a list, without changing the list size.
476+
@since NEXT_RELEASE *)
475477

476478
val array : ?shrink:'a t -> 'a array t
477479
(** Shrink an array.

0 commit comments

Comments
 (0)