Skip to content

Commit

Permalink
doc: add since annotations in shrinker
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Jul 13, 2019
1 parent e3076e4 commit cbcfa31
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/core/QCheck.mli
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cbcfa31

Please sign in to comment.