We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3076e4 commit cbcfa31Copy full SHA for cbcfa31
src/core/QCheck.mli
@@ -468,10 +468,12 @@ module Shrink : sig
468
one can try to decrease the integers). *)
469
470
val list_spine : 'a list t
471
- (** Try to shrink lists by removing one or more elements. *)
+ (** Try to shrink lists by removing one or more elements.
472
+ @since NEXT_RELEASE *)
473
474
val list_elems : 'a t -> 'a list t
- (** Shrinks the elements of a list, without changing the list size. *)
475
+ (** Shrinks the elements of a list, without changing the list size.
476
477
478
val array : ?shrink:'a t -> 'a array t
479
(** Shrink an array.
0 commit comments