From cbcfa3157fdb78fa6f164abaa9998e90ff90da9a Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Sat, 13 Jul 2019 16:02:59 -0500 Subject: [PATCH] doc: add since annotations in shrinker --- src/core/QCheck.mli | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/core/QCheck.mli b/src/core/QCheck.mli index b5e65c14..46b39d02 100644 --- a/src/core/QCheck.mli +++ b/src/core/QCheck.mli @@ -468,10 +468,12 @@ module Shrink : sig one can try to decrease the integers). *) val list_spine : 'a list t - (** Try to shrink lists by removing one or more elements. *) + (** Try to shrink lists by removing one or more elements. + @since NEXT_RELEASE *) val list_elems : 'a t -> 'a list t - (** Shrinks the elements of a list, without changing the list size. *) + (** Shrinks the elements of a list, without changing the list size. + @since NEXT_RELEASE *) val array : ?shrink:'a t -> 'a array t (** Shrink an array.